Class TranslateNodesBuilder
Inheritance
TranslateNodesBuilder
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
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
YDistance
Declaration
public Expression YDistance { get; }
Property Value
YScaleFactor
Declaration
public double YScaleFactor { get; set; }
Property Value
ZDistance
Declaration
public Expression ZDistance { get; }
Property Value
ZScaleFactor
Declaration
public double ZScaleFactor { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink