Class TransformBlockBuilder
Inheritance
System.Object
System.MarshalByRefObject
TransformBlockBuilder
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)
Namespace: NXOpen.MechanicalRouting
Assembly: NXOpen.dll
Syntax
public class TransformBlockBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TransformBlockBuilder()
Declaration
protected TransformBlockBuilder()
Properties
ActiveTransformType
Declaration
public TransformBlockBuilder.Transformtype ActiveTransformType { get; set; }
Property Value
Type | Description |
---|---|
TransformBlockBuilder.Transformtype |
ConstrainedPoint
Declaration
public Point ConstrainedPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
InitialOrientation
Declaration
public Matrix3x3 InitialOrientation { get; set; }
Property Value
Type | Description |
---|---|
Matrix3x3 |
InitialPosition
Declaration
public Point3d InitialPosition { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
OrientExpress
Declaration
public OrientXpressBuilder OrientExpress { get; }
Property Value
Type | Description |
---|---|
OrientXpressBuilder |
Plane
Declaration
public Plane Plane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
TempOrientation
Declaration
public Matrix3x3 TempOrientation { get; set; }
Property Value
Type | Description |
---|---|
Matrix3x3 |
TempPosition
Declaration
public Point3d TempPosition { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Implements
System.Runtime.Remoting.Messaging.IMessageSink