Search Results for

    Show / Hide Table of Contents

    Class ToolAxisVariable

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisBase
    ToolAxisVariable
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    ToolAxisBase.Point
    ToolAxisBase.Vector
    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 ToolAxisVariable : ToolAxisBase, IMessageSink

    Constructors

    ToolAxisVariable()

    Declaration
    protected ToolAxisVariable()

    Properties

    ApplySmoothing

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

    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
    System.Double

    MaximumLeadAngle

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

    MinimumHeelClearanceDistance

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

    MinimumLeadAngle

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

    MinimumTiltAngle

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

    NominalLeadAngle

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

    TiltAngle

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

    ZagRotationAngle

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

    ZagRotationAxis

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

    ZagTiltAngle

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

    Implements

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