Class ToolPathEditorBuilder
Inheritance
System.Object
System.MarshalByRefObject
ToolPathEditorBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
public class ToolPathEditorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ToolPathEditorBuilder()
Properties
Declaration
public double ArcAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ArcRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double DeltaXC { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double DeltaYC { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double DeltaZC { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Axis ExtendDirection { get; set; }
Property Value
Declaration
public ToolPathEditorBuilder.ExtendMethodType ExtendMethod { get; set; }
Property Value
Declaration
public double FirstLinearDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public ToolPathEditorBuilder.ClearanceMethodType GougeCheckClearanceMethod { get; set; }
Property Value
Declaration
public NXObject GougeCheckClearancePlane { get; set; }
Property Value
Declaration
public bool HolderCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ToolPathEditorBuilder.MotionMethodType MotionMethod { get; set; }
Property Value
Declaration
public bool MoveStartPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public NXObject PermanentBoundary { get; set; }
Property Value
Declaration
public Point ReferencePoint { get; set; }
Property Value
Declaration
public double SecondLinearDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Point ToPoint { get; set; }
Property Value
Declaration
public bool TransformCircles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ToolPathEditorBuilder.ClearanceMethodType TrimClearanceMethod { get; set; }
Property Value
Declaration
public NXObject TrimClearancePlane { get; set; }
Property Value
Declaration
public ToolPathEditorBuilder.ConnectionMethodType TrimConnectionMethod { get; set; }
Property Value
Declaration
public Axis TrimDirection { get; set; }
Property Value
Declaration
public ToolPathEditorBuilder.TrimGeometryType TrimGeometry { get; set; }
Property Value
Declaration
public NXObject TrimLine { get; set; }
Property Value
Declaration
public NXObject TrimPlane { get; set; }
Property Value
Declaration
public ToolPathEditorBuilder.TrimSideType TrimSide { get; set; }
Property Value
Methods
Declaration
Declaration
public int GetNumberOfGouges()
Returns
Type |
Description |
System.Int32 |
|
Declaration
Declaration
Declaration
public void MoveToClearancePlane()
Declaration
Declaration
public void SelectAllGouges()
Declaration
public void SelectNextGouge()
Declaration
public void SelectPreviousGouge()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink