Search Results for

    Show / Hide Table of Contents

    Class ToolTrackingPointBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MoveBuilder
    ToolTrackingPointBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    MoveBuilder.SetParent(CAMObject)
    MoveBuilder.SetSibling(CAMObject)
    MoveBuilder.GetUserParameter(string)
    MoveBuilder.GetUserParameter(int)
    MoveBuilder.CustomParameterSetListBuilder
    MoveBuilder.FeedRate
    MoveBuilder.FeedType
    MoveBuilder.FeedUnit
    MoveBuilder.MotionType
    MoveBuilder.Notes
    MoveBuilder.NumberOfUserParameters
    MoveBuilder.ProtectedMove
    MoveBuilder.SubopLabel
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 ToolTrackingPointBuilder : MoveBuilder, IMessageSink, IComponentBuilder

    Constructors

    ToolTrackingPointBuilder()

    Declaration
    protected ToolTrackingPointBuilder()

    Methods

    GetAdjustRegister()

    Declaration
    public int GetAdjustRegister()
    Returns
    Type Description
    int

    GetAdjustRegisterToggle()

    Declaration
    public bool GetAdjustRegisterToggle()
    Returns
    Type Description
    bool

    GetTrackingPoint()

    Declaration
    public int GetTrackingPoint()
    Returns
    Type Description
    int

    GetXoffset()

    Declaration
    public double GetXoffset()
    Returns
    Type Description
    double

    GetXoffsetToggle()

    Declaration
    public bool GetXoffsetToggle()
    Returns
    Type Description
    bool

    GetYoffset()

    Declaration
    public double GetYoffset()
    Returns
    Type Description
    double

    GetYoffsetToggle()

    Declaration
    public bool GetYoffsetToggle()
    Returns
    Type Description
    bool

    GetZoffset()

    Declaration
    public double GetZoffset()
    Returns
    Type Description
    double

    GetZoffsetToggle()

    Declaration
    public bool GetZoffsetToggle()
    Returns
    Type Description
    bool

    SetAdjustRegister(int, int)

    Declaration
    public void SetAdjustRegister(int index, int adjreg)
    Parameters
    Type Name Description
    int index
    int adjreg

    SetAdjustRegisterToggle(int, bool)

    Declaration
    public void SetAdjustRegisterToggle(int index, bool adjregstat)
    Parameters
    Type Name Description
    int index
    bool adjregstat

    SetTrackingPoint(int)

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

    SetXoffset(int, double)

    Declaration
    public void SetXoffset(int index, double xoff)
    Parameters
    Type Name Description
    int index
    double xoff

    SetXoffsetToggle(int, bool)

    Declaration
    public void SetXoffsetToggle(int index, bool xoffstat)
    Parameters
    Type Name Description
    int index
    bool xoffstat

    SetYoffset(int, double)

    Declaration
    public void SetYoffset(int index, double yoff)
    Parameters
    Type Name Description
    int index
    double yoff

    SetYoffsetToggle(int, bool)

    Declaration
    public void SetYoffsetToggle(int index, bool yoffstat)
    Parameters
    Type Name Description
    int index
    bool yoffstat

    SetZoffset(int, double)

    Declaration
    public void SetZoffset(int index, double zoff)
    Parameters
    Type Name Description
    int index
    double zoff

    SetZoffsetToggle(int, bool)

    Declaration
    public void SetZoffsetToggle(int index, bool zoffstat)
    Parameters
    Type Name Description
    int index
    bool zoffstat

    Implements

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