Retrieves the location and orientation of the working plane.
PROCEDURE GetWorkingPlane(
VAR x : REAL;
VAR y : REAL;
VAR z : REAL;
VAR xRotation : REAL;
VAR yRotation : REAL;
VAR zRotation : REAL);def vs.GetWorkingPlane():
return (x, y, z, xRotation, yRotation, zRotation)| Name | Type | Description |
|---|---|---|
| x | REAL | X-coordinate of the working plane |
| y | REAL | Y-coordinate of the working plane |
| z | REAL | Z-coordinate of the working plane |
| xRotation | REAL | X-coordinate value of the rotation |
| yRotation | REAL | Y-coordinate value of the rotation |
| zRotation | REAL | Z-coordinate value of the rotation |
VS Functions: SetWorkingPlane
Availability: from VectorWorks10.0