Class NodeRotateBuilder
Inheritance
NodeRotateBuilder
Assembly: NXOpen.dll
Syntax
public class NodeRotateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
NodeRotateBuilder()
Declaration
protected NodeRotateBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
AutoResolveLabelConflict
Declaration
public bool AutoResolveLabelConflict { get; set; }
Property Value
Axis
Declaration
public Axis Axis { get; set; }
Property Value
CopyOption
Declaration
public NodeRotateBuilder.CopyType CopyOption { get; set; }
Property Value
DistanceOption
Declaration
public NodeRotateBuilder.DistanceType DistanceOption { get; set; }
Property Value
Increment
Declaration
public int Increment { get; set; }
Property Value
Label
Declaration
public int Label { get; set; }
Property Value
LabelOption
Declaration
public NodeRotateBuilder.LabelType LabelOption { get; set; }
Property Value
Node
Declaration
public SelectFENodeList Node { get; }
Property Value
NumCopy
Declaration
public int NumCopy { get; set; }
Property Value
Offset
Declaration
public int Offset { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink