Class NodeCreateBuilder
Inheritance
NodeCreateBuilder
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
DispCsys
Declaration
public CoordinateSystem DispCsys { get; set; }
Property Value
Increment
Declaration
public int Increment { get; set; }
Property Value
Label
Declaration
public int Label { get; set; }
Property Value
PAngle
Declaration
public Expression PAngle { get; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
SingleOption
Declaration
public bool SingleOption { get; set; }
Property Value
TAngle
Declaration
public Expression TAngle { get; }
Property Value
X
Declaration
public Expression X { get; }
Property Value
Y
Declaration
public Expression Y { get; }
Property Value
Z
Declaration
public Expression Z { get; }
Property Value
Methods
CommitNode()
Declaration
public FENode CommitNode()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink