Search Results for

    Show / Hide Table of Contents

    Class NodeCreateBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    NodeCreateBuilder
    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 NodeCreateBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    NodeCreateBuilder()

    Declaration
    protected NodeCreateBuilder()

    Properties

    Csys

    Declaration
    public CoordinateSystem Csys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    DispCsys

    Declaration
    public CoordinateSystem DispCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    Increment

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

    Label

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

    PAngle

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

    Point

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

    SingleOption

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

    TAngle

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

    X

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

    Y

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

    Z

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

    Methods

    CommitNode()

    Declaration
    public FENode CommitNode()
    Returns
    Type Description
    FENode

    Implements

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