Search Results for

    Show / Hide Table of Contents

    Class ToolAxisInterpolate

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisInterpolate
    InterpolateAngle
    InterpolateVector
    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 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
    double

    InitializeFromDriveMaxAngle

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

    InitializeFromDriveStepSize

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

    InitializeFromDriveTiltAngle

    Declaration
    public double InitializeFromDriveTiltAngle { get; set; }
    Property Value
    Type Description
    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(int)

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

    GetTotalNumberOfPoints()

    Declaration
    public int GetTotalNumberOfPoints()
    Returns
    Type Description
    int

    ResetToDefault()

    Declaration
    public void ResetToDefault()

    Implements

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