Search Results for

    Show / Hide Table of Contents

    Class CurveContinuityBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CurveContinuityBuilder
    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.GeometricAnalysis
    Assembly: NXOpen.dll
    Syntax
    public class CurveContinuityBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CurveContinuityBuilder()

    Declaration
    protected CurveContinuityBuilder()

    Properties

    AngularThreshold

    Declaration
    public Expression AngularThreshold { get; }
    Property Value
    Type Description
    Expression

    ContinuityType

    Declaration
    public CurveContinuityBuilder.Type ContinuityType { get; set; }
    Property Value
    Type Description
    CurveContinuityBuilder.Type

    DistanceThreshold

    Declaration
    public Expression DistanceThreshold { get; }
    Property Value
    Type Description
    Expression

    DynamicLabel

    Declaration
    public SelectNXObject DynamicLabel { get; }
    Property Value
    Type Description
    SelectNXObject

    EndPointX

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

    EndPointY

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

    EndPointZ

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

    G0Check

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

    G0Check2

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

    G0Tolerance

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

    G1Check

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

    G1Check2

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

    G1Tolerance

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

    G2Check

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

    G2Check2

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

    G2Tolerance

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

    G3Check

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

    G3Check2

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

    G3Tolerance

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

    MultiCurve

    Declaration
    public SelectDisplayableObjectList MultiCurve { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    SelectCurve

    Declaration
    public SelectNXObject SelectCurve { get; }
    Property Value
    Type Description
    SelectNXObject

    SelectObject

    Declaration
    public SelectNXObject SelectObject { get; }
    Property Value
    Type Description
    SelectNXObject

    ShowDeviation

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

    ShowMarkup

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

    ShowMaximum

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

    ShowMinimum

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

    ShowNeedle

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

    ShowOutOfTolerance

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

    Methods

    ResetShowDeviation()

    Declaration
    public void ResetShowDeviation()

    Implements

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