Class NodeTranslateBuilder
Inheritance
System.Object
System.MarshalByRefObject
NodeTranslateBuilder
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 NodeTranslateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
NodeTranslateBuilder()
Declaration
protected NodeTranslateBuilder()
Properties
CopyOption
Declaration
public NodeTranslateBuilder.CopyType CopyOption { get; set; }
Property Value
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
DistanceOption
Declaration
public NodeTranslateBuilder.DistanceType DistanceOption { get; set; }
Property Value
Field
Declaration
public FieldWrapper Field { get; set; }
Property Value
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 NodeTranslateBuilder.LabelType LabelOption { get; set; }
Property Value
MethodOption
Declaration
public NodeTranslateBuilder.MethodType MethodOption { get; set; }
Property Value
Node
Declaration
public SelectFENodeList Node { get; }
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
PointSource
Declaration
public Point PointSource { get; set; }
Property Value
PointTarget
Declaration
public Point PointTarget { get; set; }
Property Value
ScaleFactor
Declaration
public double ScaleFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
TAngle
Declaration
public Expression TAngle { get; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
VectorSource
Declaration
public Direction VectorSource { get; set; }
Property Value
VectorTarget
Declaration
public Direction VectorTarget { get; set; }
Property Value
XDistance
Declaration
public Expression XDistance { get; }
Property Value
XScaleFactor
Declaration
public double XScaleFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
YDistance
Declaration
public Expression YDistance { get; }
Property Value
YScaleFactor
Declaration
public double YScaleFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZDistance
Declaration
public Expression ZDistance { get; }
Property Value
ZScaleFactor
Declaration
public double ZScaleFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink