Gets the matrix of the plane for a planar object.
FUNCTION GetEntityMatrix(
VAR objectHandle : HANDLE;
VAR offsetX : REAL;
VAR offsetY : REAL;
VAR offsetZ : REAL;
VAR rotationXAngle : REAL;
VAR rotationYAngle : REAL;
VAR rotationZAngle : REAL): BOOLEAN;def vs.GetEntityMatrix(objectHandle):
return (BOOLEAN, offset, rotationXAngle, rotationYAngle, rotationZAngle)| Name | Type | Description |
|---|---|---|
| objectHandle | HANDLE | The object for which the matrix of its plane is being obtained. |
| offsetX | REAL | The offset of the plane in current document units. |
| offsetY | REAL | The offset of the plane in current document units. |
| offsetZ | REAL | The offset of the plane in current document units. |
| rotationXAngle | REAL | The rotation of the plane about the X-axis in degrees. |
| rotationYAngle | REAL | The rotation of the plane about the Y-axis in degrees. |
| rotationZAngle | REAL | The rotation of the plane about the Z-axis in degrees. |
Availability: from Vectorworks 2011