Search Results for

    Show / Hide Table of Contents

    Class NodesOnCurveBuilder

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

    Constructors

    NodesOnCurveBuilder()

    Declaration
    protected NodesOnCurveBuilder()

    Properties

    Distance

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

    Edge

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use NXOpen.CAE.NodesOnCurveBuilder.Geom instead.")]
    public SelectCAEEdge Edge { get; }
    Property Value
    Type Description
    SelectCAEEdge

    Geom

    Declaration
    public SelectDisplayableObject Geom { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Increment

    Declaration
    public int Increment { get; set; }
    Property Value
    Type Description
    int

    IsClosedCurve

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

    Label

    Declaration
    public int Label { get; set; }
    Property Value
    Type Description
    int

    Length

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

    NumNodes

    Declaration
    public int NumNodes { get; set; }
    Property Value
    Type Description
    int

    PlacementOption

    Declaration
    public NodesOnCurveBuilder.PlacementType PlacementOption { get; set; }
    Property Value
    Type Description
    NodesOnCurveBuilder.PlacementType

    Implements

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