Procedure RotatePoint rotates selected VectorWorks objects about the specified coordinate point.
PROCEDURE RotatePoint(
pX,pY : REAL;
rotationAngle : REAL);def vs.RotatePoint(p, rotationAngle):
return None| Name | Type | Description |
|---|---|---|
| p | REAL | Point of rotation. |
| rotationAngle | REAL | Rotation angle. |
SetSelect(LNewObj);
RotatePoint(0,3,45d);Availability: from MiniCAD6.0