Search Results for

    Show / Hide Table of Contents

    Class ToolAxisVariable

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisBase
    ToolAxisVariable
    Implements
    IMessageSink
    Inherited Members
    ToolAxisBase.Point
    ToolAxisBase.Vector
    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 ToolAxisVariable : ToolAxisBase, IMessageSink

    Constructors

    ToolAxisVariable()

    Declaration
    protected ToolAxisVariable()

    Properties

    ApplySmoothing

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

    FanDistance

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

    FixedAxisOrientType

    Declaration
    public ToolAxisFixed FixedAxisOrientType { get; }
    Property Value
    Type Description
    ToolAxisFixed

    InterpolateAngleToDrive

    Declaration
    public InterpolateAngle InterpolateAngleToDrive { get; }
    Property Value
    Type Description
    InterpolateAngle

    InterpolateAngleToPart

    Declaration
    public InterpolateAngle InterpolateAngleToPart { get; }
    Property Value
    Type Description
    InterpolateAngle

    InterpolateVector

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

    LeadAngle

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

    MaximumLeadAngle

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

    MaximumLeadAngleType

    Declaration
    public ToolAxisVariable.MaximumLeadAngleTypes MaximumLeadAngleType { get; set; }
    Property Value
    Type Description
    ToolAxisVariable.MaximumLeadAngleTypes

    MaximumTiltAngle

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

    MinimumHeelClearanceDistance

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

    MinimumLeadAngle

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

    MinimumTiltAngle

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

    NominalLeadAngle

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

    NominalLeadAngleType

    Declaration
    public ToolAxisVariable.NominalLeadAngleTypes NominalLeadAngleType { get; set; }
    Property Value
    Type Description
    ToolAxisVariable.NominalLeadAngleTypes

    RotationAngle

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

    RotationAxis

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

    RulingType

    Declaration
    public ToolAxisVariable.RulingTypes RulingType { get; set; }
    Property Value
    Type Description
    ToolAxisVariable.RulingTypes

    SwarfTiltAngle

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

    TiltAngle

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

    TiltingDriveCurve

    Declaration
    public Section TiltingDriveCurve { get; set; }
    Property Value
    Type Description
    Section

    ToolAxisType

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

    ZagLeadAngle

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

    ZagRotationAngle

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

    ZagRotationAxis

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

    ZagTiltAngle

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

    Implements

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