Class InspectionOperationBuilder
Inheritance
InspectionOperationBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionOperationBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionOperationBuilder()
Declaration
protected InspectionOperationBuilder()
Properties
FeatureBaseName
Declaration
public string FeatureBaseName { get; set; }
Property Value
InferMultiGeomFeature
Declaration
public bool InferMultiGeomFeature { get; set; }
Property Value
InspectGeometryMask
Declaration
public int InspectGeometryMask { get; set; }
Property Value
PathType
Declaration
public InspectionOperationBuilder.InspectionPathType PathType { get; set; }
Property Value
QuickTolerance
Declaration
public string QuickTolerance { get; set; }
Property Value
SelectInspectGeometry
Declaration
public SelectNXObjectList SelectInspectGeometry { get; }
Property Value
SelectPMI
Declaration
public SelectNXObjectList SelectPMI { get; }
Property Value
SelectionMethod
Declaration
public InspectionOperationBuilder.SelectionMethodType SelectionMethod { get; set; }
Property Value
Methods
AddTolerance()
Declaration
public Operation AddTolerance()
Returns
ChangeGeometryGroup()
Declaration
public bool ChangeGeometryGroup()
Returns
ChangeMethod()
Declaration
public void ChangeMethod()
DeleteFeature(Operation)
Declaration
public void DeleteFeature(Operation selectedObject)
Parameters
Type |
Name |
Description |
Operation |
selectedObject |
|
DeleteTolerance(Operation)
Declaration
public void DeleteTolerance(Operation selectedObject)
Parameters
Type |
Name |
Description |
Operation |
selectedObject |
|
EditDisplay()
Declaration
public void EditDisplay()
EditEntryExitPoints()
Declaration
public void EditEntryExitPoints()
EditStartEndPoints()
Declaration
public void EditStartEndPoints()
InspectFeatures()
Declaration
public void InspectFeatures()
ProcessGeometryGroup(bool, CAMObject[])
Declaration
public void ProcessGeometryGroup(bool add, CAMObject[] objects)
Parameters
ProcessSelectedGeometry()
Declaration
public void ProcessSelectedGeometry()
ProcessSelectedPMI()
Declaration
public void ProcessSelectedPMI()
ShowInspectGeometry()
Declaration
public void ShowInspectGeometry()
UpdateSensors()
Declaration
public void UpdateSensors()
Implements
System.Runtime.Remoting.Messaging.IMessageSink