Search Results for

    Show / Hide Table of Contents

    Class ToolPathEditorBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ToolPathEditorBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 ToolPathEditorBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ToolPathEditorBuilder()

    Declaration
    protected ToolPathEditorBuilder()

    Properties

    ArcAngle

    Declaration
    public double ArcAngle { get; set; }
    Property Value
    Type Description
    System.Double

    ArcRadius

    Declaration
    public double ArcRadius { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaXC

    Declaration
    public double DeltaXC { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaYC

    Declaration
    public double DeltaYC { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaZC

    Declaration
    public double DeltaZC { get; set; }
    Property Value
    Type Description
    System.Double

    ExtendDirection

    Declaration
    public Axis ExtendDirection { get; set; }
    Property Value
    Type Description
    Axis

    ExtendMethod

    Declaration
    public ToolPathEditorBuilder.ExtendMethodType ExtendMethod { get; set; }
    Property Value
    Type Description
    ToolPathEditorBuilder.ExtendMethodType

    FirstLinearDistance

    Declaration
    public double FirstLinearDistance { get; set; }
    Property Value
    Type Description
    System.Double

    GougeCheckClearanceMethod

    Declaration
    public ToolPathEditorBuilder.ClearanceMethodType GougeCheckClearanceMethod { get; set; }
    Property Value
    Type Description
    ToolPathEditorBuilder.ClearanceMethodType

    GougeCheckClearancePlane

    Declaration
    public NXObject GougeCheckClearancePlane { get; set; }
    Property Value
    Type Description
    NXObject

    HolderCheck

    Declaration
    public bool HolderCheck { get; set; }
    Property Value
    Type Description
    System.Boolean

    MotionMethod

    Declaration
    public ToolPathEditorBuilder.MotionMethodType MotionMethod { get; set; }
    Property Value
    Type Description
    ToolPathEditorBuilder.MotionMethodType

    MoveStartPoint

    Declaration
    public bool MoveStartPoint { get; set; }
    Property Value
    Type Description
    System.Boolean

    PermanentBoundary

    Declaration
    public NXObject PermanentBoundary { get; set; }
    Property Value
    Type Description
    NXObject

    ReferencePoint

    Declaration
    public Point ReferencePoint { get; set; }
    Property Value
    Type Description
    Point

    SecondLinearDistance

    Declaration
    public double SecondLinearDistance { get; set; }
    Property Value
    Type Description
    System.Double

    ToPoint

    Declaration
    public Point ToPoint { get; set; }
    Property Value
    Type Description
    Point

    TransformCircles

    Declaration
    public bool TransformCircles { get; set; }
    Property Value
    Type Description
    System.Boolean

    TrimClearanceMethod

    Declaration
    public ToolPathEditorBuilder.ClearanceMethodType TrimClearanceMethod { get; set; }
    Property Value
    Type Description
    ToolPathEditorBuilder.ClearanceMethodType

    TrimClearancePlane

    Declaration
    public NXObject TrimClearancePlane { get; set; }
    Property Value
    Type Description
    NXObject

    TrimConnectionMethod

    Declaration
    public ToolPathEditorBuilder.ConnectionMethodType TrimConnectionMethod { get; set; }
    Property Value
    Type Description
    ToolPathEditorBuilder.ConnectionMethodType

    TrimDirection

    Declaration
    public Axis TrimDirection { get; set; }
    Property Value
    Type Description
    Axis

    TrimGeometry

    Declaration
    public ToolPathEditorBuilder.TrimGeometryType TrimGeometry { get; set; }
    Property Value
    Type Description
    ToolPathEditorBuilder.TrimGeometryType

    TrimLine

    Declaration
    public NXObject TrimLine { get; set; }
    Property Value
    Type Description
    NXObject

    TrimPlane

    Declaration
    public NXObject TrimPlane { get; set; }
    Property Value
    Type Description
    NXObject

    TrimSide

    Declaration
    public ToolPathEditorBuilder.TrimSideType TrimSide { get; set; }
    Property Value
    Type Description
    ToolPathEditorBuilder.TrimSideType

    Methods

    Extend()

    Declaration
    public void Extend()

    GetNumberOfGouges()

    Declaration
    public int GetNumberOfGouges()
    Returns
    Type Description
    System.Int32

    GougeCheck()

    Declaration
    public void GougeCheck()

    Move()

    Declaration
    public void Move()

    MoveToClearancePlane()

    Declaration
    public void MoveToClearancePlane()

    Reverse()

    Declaration
    public void Reverse()

    SelectAllGouges()

    Declaration
    public void SelectAllGouges()

    SelectNextGouge()

    Declaration
    public void SelectNextGouge()

    SelectPreviousGouge()

    Declaration
    public void SelectPreviousGouge()

    Trim()

    Declaration
    public void Trim()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX