Class ElementTranslateBuilder
Inheritance
System.Object
System.MarshalByRefObject
ElementTranslateBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class ElementTranslateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ElementTranslateBuilder()
Declaration
protected ElementTranslateBuilder()
Properties
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
Type |
Description |
System.Boolean |
|
FlipState
Declaration
public int FlipState { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Increment
Declaration
public int Increment { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Label
Declaration
public int Label { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LabelOption
Declaration
public ElementTranslateBuilder.LabelType LabelOption { get; set; }
Property Value
MeshCollectorName
Declaration
public string MeshCollectorName { get; set; }
Property Value
Type |
Description |
System.String |
|
MeshName
Declaration
public string MeshName { get; set; }
Property Value
Type |
Description |
System.String |
|
Method
Declaration
public ElementTranslateBuilder.MethodType Method { get; set; }
Property Value
NeutralName
Declaration
public string NeutralName { get; set; }
Property Value
Type |
Description |
System.String |
|
NewMeshOption
Declaration
public ElementTranslateBuilder.NewMeshType NewMeshOption { get; set; }
Property Value
NumCopy
Declaration
public int NumCopy { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Offset
Declaration
public int Offset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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