Search Results for

    Show / Hide Table of Contents

    Class ToolAxisAdvanced

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisAdvanced
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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 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
    System.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
    System.Double

    MinimumLeadAngle

    Declaration
    public double MinimumLeadAngle { get; set; }
    Property Value
    Type Description
    System.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
    System.Int32

    SplitterAngle

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

    SwarfGougeCheck

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

    TiltAngle

    Declaration
    public double TiltAngle { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    TrailingEdgeClearanceAngle

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

    Implements

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