Class ElementTranslateBuilder
Inheritance
ElementTranslateBuilder
Assembly: NXOpen.dll
Syntax
public class ElementTranslateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ElementTranslateBuilder()
Declaration
protected ElementTranslateBuilder()
Properties
AutoResolveLabelConflict
Declaration
public bool AutoResolveLabelConflict { get; set; }
Property Value
CopyOption
Declaration
public ElementTranslateBuilder.CopyType CopyOption { get; set; }
Property Value
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
Distance
Declaration
public Expression Distance { get; }
Property Value
DistanceOption
Declaration
public ElementTranslateBuilder.DistanceType DistanceOption { get; set; }
Property Value
ElementDimension
Declaration
public ElementTranslateBuilder.ElemDimensionType ElementDimension { get; set; }
Property Value
ElementSelection
Declaration
public SelectElementsBuilder ElementSelection { get; }
Property Value
ElementType
Declaration
public ElementTypeBuilder ElementType { get; }
Property Value
ExportMesh
Declaration
public bool ExportMesh { get; set; }
Property Value
FlipState
Declaration
public int FlipState { 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 ElementTranslateBuilder.LabelType LabelOption { get; set; }
Property Value
MeshCollectorName
Declaration
public string MeshCollectorName { get; set; }
Property Value
MeshName
Declaration
public string MeshName { get; set; }
Property Value
Method
Declaration
public ElementTranslateBuilder.MethodType Method { get; set; }
Property Value
NeutralName
Declaration
public string NeutralName { get; set; }
Property Value
NewMeshOption
Declaration
public ElementTranslateBuilder.NewMeshType NewMeshOption { get; set; }
Property Value
NodeIncrement
Declaration
public int NodeIncrement { get; set; }
Property Value
NodeLabel
Declaration
public int NodeLabel { get; set; }
Property Value
NodeLabelOption
Declaration
public ElementTranslateBuilder.LabelType NodeLabelOption { get; set; }
Property Value
NodeOffset
Declaration
public int NodeOffset { get; set; }
Property Value
NumCopy
Declaration
public int NumCopy { get; set; }
Property Value
Offset
Declaration
public int Offset { get; set; }
Property Value
PAngle
Declaration
public Expression PAngle { get; }
Property Value
RDistance
Declaration
public Expression RDistance { get; }
Property Value
SourcePoint
Declaration
public Point SourcePoint { get; set; }
Property Value
TAngle
Declaration
public Expression TAngle { get; }
Property Value
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
XDistance
Declaration
public Expression XDistance { get; }
Property Value
YDistance
Declaration
public Expression YDistance { get; }
Property Value
ZDistance
Declaration
public Expression ZDistance { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink