Class ElementRotateBuilder
Inheritance
ElementRotateBuilder
Assembly: NXOpen.dll
Syntax
public class ElementRotateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ElementRotateBuilder()
Declaration
protected ElementRotateBuilder()
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 ElementRotateBuilder.CopyType CopyOption { get; set; }
Property Value
DistanceCopyOption
Declaration
public ElementRotateBuilder.DistanceType DistanceCopyOption { get; set; }
Property Value
ElementDimension
Declaration
public ElementRotateBuilder.ElemDimensionType ElementDimension { get; set; }
Property Value
ElementSelection
Declaration
public SelectElementsBuilder ElementSelection { get; }
Property Value
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
Increment
Declaration
public int Increment { get; set; }
Property Value
Label
Declaration
public int Label { get; set; }
Property Value
LabelOption
Declaration
public ElementRotateBuilder.LabelType LabelOption { get; set; }
Property Value
MeshCollectorName
Declaration
public string MeshCollectorName { get; set; }
Property Value
MeshName
Declaration
public string MeshName { get; set; }
Property Value
NeutralName
Declaration
public string NeutralName { get; set; }
Property Value
NewMeshOption
Declaration
public ElementRotateBuilder.NewMeshType NewMeshOption { get; set; }
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