AbsoluteTransformationOfMacro Property
In This Topic
Absolute position and rotation represented by transformation matrix where transformation of macro is considered.
Syntax
public Matrix3D AbsoluteTransformationOfMacro {get; set;}
public:
property Matrix3D AbsoluteTransformationOfMacro {
Matrix3D get();
void set ( Matrix3D value);
}
See Also