Search Results for

    Show / Hide Table of Contents

    Class ToolAxisInterpolate

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisInterpolate
    InterpolateAngle
    InterpolateVector
    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 ToolAxisInterpolate : TaggedObject, IMessageSink

    Constructors

    ToolAxisInterpolate()

    Declaration
    protected ToolAxisInterpolate()

    Properties

    ControlDirection

    Declaration
    public ToolAxisInterpolate.ControlDirectionTypes ControlDirection { get; set; }
    Property Value
    Type Description
    ToolAxisInterpolate.ControlDirectionTypes

    InitializeFromDriveLeadAngle

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

    InitializeFromDriveMaxAngle

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

    InitializeFromDriveStepSize

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

    InitializeFromDriveTiltAngle

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

    InterpolationMethod

    Declaration
    public ToolAxisInterpolate.InterpolationMethodTypes InterpolationMethod { get; set; }
    Property Value
    Type Description
    ToolAxisInterpolate.InterpolationMethodTypes

    TurnInputMode

    Declaration
    public ToolAxisInterpolate.TurnInputModeTypes TurnInputMode { get; set; }
    Property Value
    Type Description
    ToolAxisInterpolate.TurnInputModeTypes

    TurnInterpolationMethod

    Declaration
    public ToolAxisInterpolate.TurnInterpolationMethodTypes TurnInterpolationMethod { get; set; }
    Property Value
    Type Description
    ToolAxisInterpolate.TurnInterpolationMethodTypes

    Methods

    GetPoint(Int32)

    Declaration
    public Point GetPoint(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    Point

    GetTotalNumberOfPoints()

    Declaration
    public int GetTotalNumberOfPoints()
    Returns
    Type Description
    System.Int32

    ResetToDefault()

    Declaration
    public void ResetToDefault()

    Implements

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