GetUCSMatrix Method

Gets the transformation matrix consisting of UCS coordinate system data.

See Also | Example

Signature

RetVal = object.GetUCSMatrix()

Object

UCS
The object or objects this method applies to.

RetVal

Variant (4x4 array of doubles)
The UCS matrix.

Remarks

To transform an entity into a given UCS, use the TransformBy method, using the matrix returned by this method as the input for that method.

 

   Comments?