RotateObjectsTool
Tool |
With the Rotate Objects tool, you can rotate multiple drawing objects.
Rotate drawing objects:
- In a 2D canvas frame, select the objects you wish to rotate.
- Select the Rotate Objects tool.
- Select the center of rotation.*
- Select the reference point.*
- Select a point to specify the orientation of the reference point (relative to the center of rotation).*
*These points can be anywhere in the drawing, they don't have to be on the objects selected.
See also:
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
-
To refer to it by name, use
RotateObjectsTool
(make sure the library Library.Tools.Draw is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Draw.RotateObjectsTool
See also: