DrawContinuousLineTool
Tool |
With the Draw Continuous Line tool, you can insert a set of lines that are treated as one object.
Insert a continuous line:
- In a 2D canvas frame, go to Draw>Draw Continuous Line in the toolbar.
- Select the start point.
- Select the end point of the first section.
- Continue to select endpoints.
- Press esc to exit.
Notes:
- This is different from the draw lines continuous tool, which treats each line as a distinct object after creation.
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
DrawContinuousLineTool
(make sure the library Library.Tools.Draw is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Draw.DrawContinuousLineTool
See also: