Class ElementQualityCheckBuilder
Inheritance
ElementQualityCheckBuilder
Assembly: NXOpen.dll
Syntax
public class ElementQualityCheckBuilder : Builder, IMessageSink, IComponentBuilder, ISelectionBuilder
Constructors
ElementQualityCheckBuilder()
Declaration
protected ElementQualityCheckBuilder()
Properties
CheckScopeOption
Declaration
public CheckScope CheckScopeOption { get; set; }
Property Value
Declaration
public ElementQualityCheckBuilder.ReportFormat ElementReportFormat { get; set; }
Property Value
ElementsOutputOption
Declaration
public ElementQualityCheckBuilder.OutputElements ElementsOutputOption { get; set; }
Property Value
FailedElementsColor
Declaration
public NXColor FailedElementsColor { get; set; }
Property Value
Declaration
public NumberFormat NumberFormat { get; }
Property Value
SelectionList
Declaration
public SelectTaggedObjectList SelectionList { get; }
Property Value
ShowFailedElementsLabel
Declaration
public bool ShowFailedElementsLabel { get; set; }
Property Value
WarningElementsColor
Declaration
public NXColor WarningElementsColor { get; set; }
Property Value
Methods
AttemptFixFailingElements(TestType[])
Declaration
public void AttemptFixFailingElements(TestValueTypes.TestType[] testTypes)
Parameters
Type |
Name |
Description |
TestType[] |
testTypes |
|
AttemptFixFailingSelectedElements(TestType[], FEElement[])
Declaration
public void AttemptFixFailingSelectedElements(TestValueTypes.TestType[] testTypes, FEElement[] elements)
Parameters
ExecuteCheck()
Declaration
public ElementQualityCheckResults ExecuteCheck()
Returns
WriteResultsToFile(string, ElementQualityCheckResults)
Declaration
public void WriteResultsToFile(string outputFile, ElementQualityCheckResults eqcResults)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink