Class InspectionResequencePathsBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionResequencePathsBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class InspectionResequencePathsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InspectionResequencePathsBuilder()
Declaration
protected InspectionResequencePathsBuilder()
Properties
CheckHeadAngle
Declaration
public bool CheckHeadAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckMoveDistance
Declaration
public bool CheckMoveDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CheckToolChange
Declaration
public bool CheckToolChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetSelectedOps()
Declaration
public CAMObject[] GetSelectedOps()
Returns
Type | Description |
---|---|
CAMObject[] |
ResequencePaths()
Declaration
public void ResequencePaths()
SetSelectedOps(CAMObject[])
Declaration
public void SetSelectedOps(CAMObject[] paths)
Parameters
Type | Name | Description |
---|---|---|
CAMObject[] | paths |
Implements
System.Runtime.Remoting.Messaging.IMessageSink