Class TranslateNodesBuilder
Inheritance
System.Object
System.MarshalByRefObject
TranslateNodesBuilder
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 TranslateNodesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TranslateNodesBuilder()
Declaration
protected TranslateNodesBuilder()
Properties
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
DirectionVector
Declaration
public Direction DirectionVector { get; set; }
Property Value
Distance
Declaration
public Expression Distance { get; }
Property Value
Method
Declaration
public TranslateNodesBuilder.MethodOptions Method { get; set; }
Property Value
MoveAdjacentNodes
Declaration
public bool MoveAdjacentNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NumberOfLayers
Declaration
public Expression NumberOfLayers { get; }
Property Value
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
SelectNodes
Declaration
public SelectFENodeList SelectNodes { get; }
Property Value
TAngle
Declaration
public Expression TAngle { get; }
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