Search Results for

    Show / Hide Table of Contents

    Class ToolAxisAdvanced

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisAdvanced
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public class ToolAxisAdvanced : TaggedObject, IMessageSink

    Constructors

    ToolAxisAdvanced()

    Declaration
    protected ToolAxisAdvanced()

    Properties

    BladeSwarfCollisionHandling

    Declaration
    public ToolAxisAdvanced.BladeSwarfCollisionHandlingType BladeSwarfCollisionHandling { get; set; }
    Property Value
    Type Description
    ToolAxisAdvanced.BladeSwarfCollisionHandlingType

    BladeSwarfExtensionAlignment

    Declaration
    public ToolAxisAdvanced.BladeSwarfExtensionAlignmentType BladeSwarfExtensionAlignment { get; set; }
    Property Value
    Type Description
    ToolAxisAdvanced.BladeSwarfExtensionAlignmentType

    BladeSwarfExtensionStartAngle

    Declaration
    public double BladeSwarfExtensionStartAngle { get; set; }
    Property Value
    Type Description
    double

    InterpolateVector

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

    LeadingAngle

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use CAM.LeadAngles.AtLeadingEdge instead.")]
    public double LeadingAngle { get; set; }
    Property Value
    Type Description
    double

    MinimumLeadAngle

    Declaration
    public double MinimumLeadAngle { get; set; }
    Property Value
    Type Description
    double

    PreviewMaximumDistanceBuilder

    Declaration
    public InheritableToolDepBuilder PreviewMaximumDistanceBuilder { get; }
    Property Value
    Type Description
    InheritableToolDepBuilder

    PrimaryLeadAngles

    Declaration
    public LeadAngles PrimaryLeadAngles { get; }
    Property Value
    Type Description
    LeadAngles

    RotateAbout

    Declaration
    public ToolAxisAdvanced.RotateAboutType RotateAbout { get; set; }
    Property Value
    Type Description
    ToolAxisAdvanced.RotateAboutType

    SecondaryLeadAngles

    Declaration
    public LeadAngles SecondaryLeadAngles { get; }
    Property Value
    Type Description
    LeadAngles

    SmoothingMethod

    Declaration
    public int SmoothingMethod { get; set; }
    Property Value
    Type Description
    int

    SplitterAngle

    Declaration
    public double SplitterAngle { get; set; }
    Property Value
    Type Description
    double

    SwarfGougeCheck

    Declaration
    public bool SwarfGougeCheck { get; set; }
    Property Value
    Type Description
    bool

    TiltAngle

    Declaration
    public double TiltAngle { get; set; }
    Property Value
    Type Description
    double

    ToolAxisAdvancedVector

    Declaration
    public Direction ToolAxisAdvancedVector { get; set; }
    Property Value
    Type Description
    Direction

    ToolAxisType

    Declaration
    public ToolAxisAdvanced.Type ToolAxisType { get; set; }
    Property Value
    Type Description
    ToolAxisAdvanced.Type

    TrailingAngle

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use CAM.LeadAngles.AtTrailingEdge instead.")]
    public double TrailingAngle { get; set; }
    Property Value
    Type Description
    double

    TrailingEdgeClearanceAngle

    Declaration
    public double TrailingEdgeClearanceAngle { get; set; }
    Property Value
    Type Description
    double

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX