Search Results for

    Show / Hide Table of Contents

    Class InterpolateAngle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisInterpolate
    InterpolateAngle
    Implements
    IMessageSink
    Inherited Members
    ToolAxisInterpolate.ResetToDefault()
    ToolAxisInterpolate.GetPoint(int)
    ToolAxisInterpolate.GetTotalNumberOfPoints()
    ToolAxisInterpolate.ControlDirection
    ToolAxisInterpolate.InitializeFromDriveLeadAngle
    ToolAxisInterpolate.InitializeFromDriveMaxAngle
    ToolAxisInterpolate.InitializeFromDriveStepSize
    ToolAxisInterpolate.InitializeFromDriveTiltAngle
    ToolAxisInterpolate.InterpolationMethod
    ToolAxisInterpolate.TurnInputMode
    ToolAxisInterpolate.TurnInterpolationMethod
    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 InterpolateAngle : ToolAxisInterpolate, IMessageSink

    Constructors

    InterpolateAngle()

    Declaration
    protected InterpolateAngle()

    Methods

    Erase(int)

    Declaration
    public void Erase(int index)
    Parameters
    Type Name Description
    int index

    GetLeadAngle(int)

    Declaration
    public double GetLeadAngle(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    double

    GetTiltAngle(int)

    Declaration
    public double GetTiltAngle(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    double

    Insert(int, Point, NXObject, double, double)

    Declaration
    public void Insert(int inputIndex, Point point, NXObject view, double leadAngle, double tiltAngle)
    Parameters
    Type Name Description
    int inputIndex
    Point point
    NXObject view
    double leadAngle
    double tiltAngle

    Modify(int, Point, double, double)

    Declaration
    public void Modify(int index, Point point, double tiltAngle, double leadAngle)
    Parameters
    Type Name Description
    int index
    Point point
    double tiltAngle
    double leadAngle

    Modify(int, Point, double, double, bool)

    Declaration
    public void Modify(int index, Point point, double tiltAngle, double leadAngle, bool ignorePoint)
    Parameters
    Type Name Description
    int index
    Point point
    double tiltAngle
    double leadAngle
    bool ignorePoint

    MoveDown(int)

    Declaration
    public void MoveDown(int index)
    Parameters
    Type Name Description
    int index

    MoveUp(int)

    Declaration
    public void MoveUp(int index)
    Parameters
    Type Name Description
    int index

    Implements

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