Search Results for

    Show / Hide Table of Contents

    Class ToolPathSplitParametersBuilder

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

    Constructors

    ToolPathSplitParametersBuilder()

    Declaration
    protected ToolPathSplitParametersBuilder()

    Properties

    MinimumCutLength

    Declaration
    public InheritableDoubleBuilder MinimumCutLength { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    OverlapDistance

    Declaration
    public InheritableDoubleBuilder OverlapDistance { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    SplitType

    Declaration
    public ToolPathSplitParametersBuilder.SplitTypes SplitType { get; set; }
    Property Value
    Type Description
    ToolPathSplitParametersBuilder.SplitTypes

    TransferHeight

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

    TransferHeightBuilder

    Declaration
    public InheritableDoubleBuilder TransferHeightBuilder { get; }
    Property Value
    Type Description
    InheritableDoubleBuilder

    TransferType

    Declaration
    public ToolPathSplitParametersBuilder.TransferTypes TransferType { get; set; }
    Property Value
    Type Description
    ToolPathSplitParametersBuilder.TransferTypes

    TransferUsingMethod

    Declaration
    public ToolPathSplitParametersBuilder.TransferUsingMethods TransferUsingMethod { get; set; }
    Property Value
    Type Description
    ToolPathSplitParametersBuilder.TransferUsingMethods

    TrimmingSteepAngle

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

    UseGlobalClearance

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

    Implements

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