Class ToolPathEditorBuilder
Inheritance
ToolPathEditorBuilder
Assembly: NXOpen.dll
public class ToolPathEditorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ToolPathEditorBuilder()
Properties
Declaration
public double ArcAngle { get; set; }
Property Value
Declaration
public double ArcRadius { get; set; }
Property Value
Declaration
public double DeltaXC { get; set; }
Property Value
Declaration
public double DeltaYC { get; set; }
Property Value
Declaration
public double DeltaZC { get; set; }
Property Value
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
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
Declaration
public ToolPathEditorBuilder.MotionMethodType MotionMethod { get; set; }
Property Value
Declaration
public bool MoveStartPoint { get; set; }
Property Value
Declaration
public NXObject PermanentBoundary { get; set; }
Property Value
Declaration
public Point ReferencePoint { get; set; }
Property Value
Declaration
public double SecondLinearDistance { get; set; }
Property Value
Declaration
public Point ToPoint { get; set; }
Property Value
Declaration
public bool TransformCircles { get; set; }
Property Value
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
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