Search Results for

    Show / Hide Table of Contents

    Class TrackingCurveBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TrackingCurveBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class TrackingCurveBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    TrackingCurveBuilder()

    Declaration
    protected TrackingCurveBuilder()

    Properties

    IntervalDouble

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

    KeepCurve

    Declaration
    public bool KeepCurve { get; set; }
    Property Value
    Type Description
    bool

    ShowAllComponentsToggle

    Declaration
    public bool ShowAllComponentsToggle { get; set; }
    Property Value
    Type Description
    bool

    ShowCurve

    Declaration
    public bool ShowCurve { get; set; }
    Property Value
    Type Description
    bool

    TrackEndDouble

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

    TrackPoint

    Declaration
    public Point TrackPoint { get; set; }
    Property Value
    Type Description
    Point

    TrackStartDouble

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

    Methods

    ClearTrackingCurve()

    Declaration
    public void ClearTrackingCurve()

    CreateTrackingCurves()

    Declaration
    public void CreateTrackingCurves()

    Implements

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