Search Results for

    Show / Hide Table of Contents

    Class ToolPathDivideBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ToolPathDivideBuilder
    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 ToolPathDivideBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ToolPathDivideBuilder()

    Declaration
    protected ToolPathDivideBuilder()

    Properties

    ClearancePlane

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

    DistanceLimit

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

    DivideType

    Declaration
    public ToolPathDivideBuilder.PathDivideType DivideType { get; set; }
    Property Value
    Type Description
    ToolPathDivideBuilder.PathDivideType

    NcmEngageRetractBuilder

    Declaration
    public NcmEngRetBuilder NcmEngageRetractBuilder { get; }
    Property Value
    Type Description
    NcmEngRetBuilder

    NumberOfDivideEvents

    Declaration
    public int NumberOfDivideEvents { get; }
    Property Value
    Type Description
    System.Int32

    TimeLimit

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

    TolerancePercent

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

    ToolPathSplitParametersBuilder

    Declaration
    public ToolPathSplitParametersBuilder ToolPathSplitParametersBuilder { get; }
    Property Value
    Type Description
    ToolPathSplitParametersBuilder

    UdeEndOfPath

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

    UdeStartOfPath

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

    Methods

    AddDivideEvent(Int32)

    Declaration
    public void AddDivideEvent(int divideEvent)
    Parameters
    Type Name Description
    System.Int32 divideEvent

    GetAllDivideEvents()

    Declaration
    public int[] GetAllDivideEvents()
    Returns
    Type Description
    System.Int32[]

    GetDivideEvent(Int32)

    Declaration
    public int GetDivideEvent(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Int32

    RemoveAllDivideEvents()

    Declaration
    public void RemoveAllDivideEvents()

    RemoveDivideEvent(Int32)

    Declaration
    public void RemoveDivideEvent(int divideEvent)
    Parameters
    Type Name Description
    System.Int32 divideEvent

    Implements

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