DrawContinuousLineTool

Tool

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:


With the Draw Continuous Line tool, you can insert a set of lines that are treated as one object.

Insert a continuous line:
  1. In a 2D canvas frame, go to Draw>Draw Continuous Line in the toolbar.
  2. Select the start point.
  3. Select the end point of the first section.
  4. Continue to select endpoints.
  5. 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: