DrawLinesSeparateTool
Tool |
With the Draw Lines Separate tool, you can add lines to a 2D canvas with gaps between them.
Insert separate lines:
- In a 2D canvas frame, go to Draw>Draw Lines Separate in the toolbar.
- Select the start point for the first line.
- Select the end point for the first line.
- Select the start point for the next line.
- Select the end point for the that line.
- Repeat.
- Press esc to exit.
See also:
- Drawing in Blockpad
- Drawing In-Depth Video
- Draw lines continuous
- Continuous line
- Continuous line with arrows
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
DrawLinesSeparateTool
(make sure the library Library.Tools.Draw is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Draw.DrawLinesSeparateTool
See also: