Search Results for

    Show / Hide Table of Contents

    Class InterpolateAngle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ToolAxisInterpolate
    InterpolateAngle
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    ToolAxisInterpolate.ResetToDefault()
    ToolAxisInterpolate.GetPoint(Int32)
    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, 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 InterpolateAngle : ToolAxisInterpolate, IMessageSink

    Constructors

    InterpolateAngle()

    Declaration
    protected InterpolateAngle()

    Methods

    Erase(Int32)

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

    GetLeadAngle(Int32)

    Declaration
    public double GetLeadAngle(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    GetTiltAngle(Int32)

    Declaration
    public double GetTiltAngle(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Double

    Insert(Int32, Point, NXObject, Double, Double)

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

    Modify(Int32, Point, Double, Double)

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

    Modify(Int32, Point, Double, Double, Boolean)

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

    MoveDown(Int32)

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

    MoveUp(Int32)

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

    Implements

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