MoveObjectsTool
Tool |
With the Move Objects tool, you can move multiple drawing objects easily and precisely.
Move drawing objects:
- In a 2D canvas frame, select the objects you wish to move.
- Select the Move Objects tool.
- Select a reference point. This can be anywhere on the drawing.
- Select the destination point.
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
MoveObjectsTool
(make sure the library Library.Tools.Draw is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Draw.MoveObjectsTool
See also: