Class InspectionOperation
Inheritance
InspectionOperation
Inherited Members
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class InspectionOperation : Operation, IMessageSink, IFitTo, INXObject
Constructors
InspectionOperation()
Declaration
protected InspectionOperation()
Properties
CmmInspectionMoveCollection
Declaration
public InspectionMoveCollection CmmInspectionMoveCollection { get; }
Property Value
Type | Description |
---|---|
InspectionMoveCollection |
Methods
AppendSubopMove(Move)
Declaration
public void AppendSubopMove(Move move)
Parameters
Type | Name | Description |
---|---|---|
Move | move |
GetFeatureType()
Declaration
public CamInspectionOperationFeaturetypes GetFeatureType()
Returns
Type | Description |
---|---|
CamInspectionOperationFeaturetypes |
InsertSubopMove(Move, Move)
Declaration
public void InsertSubopMove(Move insertAfter, Move move)
Parameters
Type | Name | Description |
---|---|---|
Move | insertAfter | |
Move | move |
Implements
System.Runtime.Remoting.Messaging.IMessageSink