Search Results for

    Show / Hide Table of Contents

    Class ToolTrackingPointBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MoveBuilder
    ToolTrackingPointBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MoveBuilder.SetParent(CAMObject)
    MoveBuilder.SetSibling(CAMObject)
    MoveBuilder.GetUserParameter(String)
    MoveBuilder.GetUserParameter(Int32)
    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, 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 ToolTrackingPointBuilder : MoveBuilder, IMessageSink, IComponentBuilder

    Constructors

    ToolTrackingPointBuilder()

    Declaration
    protected ToolTrackingPointBuilder()

    Methods

    GetAdjustRegister()

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

    GetAdjustRegisterToggle()

    Declaration
    public bool GetAdjustRegisterToggle()
    Returns
    Type Description
    System.Boolean

    GetTrackingPoint()

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

    GetXoffset()

    Declaration
    public double GetXoffset()
    Returns
    Type Description
    System.Double

    GetXoffsetToggle()

    Declaration
    public bool GetXoffsetToggle()
    Returns
    Type Description
    System.Boolean

    GetYoffset()

    Declaration
    public double GetYoffset()
    Returns
    Type Description
    System.Double

    GetYoffsetToggle()

    Declaration
    public bool GetYoffsetToggle()
    Returns
    Type Description
    System.Boolean

    GetZoffset()

    Declaration
    public double GetZoffset()
    Returns
    Type Description
    System.Double

    GetZoffsetToggle()

    Declaration
    public bool GetZoffsetToggle()
    Returns
    Type Description
    System.Boolean

    SetAdjustRegister(Int32, Int32)

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

    SetAdjustRegisterToggle(Int32, Boolean)

    Declaration
    public void SetAdjustRegisterToggle(int index, bool adjregstat)
    Parameters
    Type Name Description
    System.Int32 index
    System.Boolean adjregstat

    SetTrackingPoint(Int32)

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

    SetXoffset(Int32, Double)

    Declaration
    public void SetXoffset(int index, double xoff)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double xoff

    SetXoffsetToggle(Int32, Boolean)

    Declaration
    public void SetXoffsetToggle(int index, bool xoffstat)
    Parameters
    Type Name Description
    System.Int32 index
    System.Boolean xoffstat

    SetYoffset(Int32, Double)

    Declaration
    public void SetYoffset(int index, double yoff)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double yoff

    SetYoffsetToggle(Int32, Boolean)

    Declaration
    public void SetYoffsetToggle(int index, bool yoffstat)
    Parameters
    Type Name Description
    System.Int32 index
    System.Boolean yoffstat

    SetZoffset(Int32, Double)

    Declaration
    public void SetZoffset(int index, double zoff)
    Parameters
    Type Name Description
    System.Int32 index
    System.Double zoff

    SetZoffsetToggle(Int32, Boolean)

    Declaration
    public void SetZoffsetToggle(int index, bool zoffstat)
    Parameters
    Type Name Description
    System.Int32 index
    System.Boolean zoffstat

    Implements

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