Class TransformBlockBuilder
Inheritance
TransformBlockBuilder
Assembly: NXOpen.dll
public class TransformBlockBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected TransformBlockBuilder()
Properties
Declaration
public TransformBlockBuilder.Transformtype ActiveTransformType { get; set; }
Property Value
Declaration
public Point ConstrainedPoint { get; set; }
Property Value
Declaration
public Matrix3x3 InitialOrientation { get; set; }
Property Value
Declaration
public Point3d InitialPosition { get; set; }
Property Value
Declaration
public OrientXpressBuilder OrientExpress { get; }
Property Value
Declaration
public Plane Plane { get; set; }
Property Value
Declaration
public Matrix3x3 TempOrientation { get; set; }
Property Value
Declaration
public Point3d TempPosition { get; set; }
Property Value
Declaration
public Direction Vector { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink