DrawLinesSeparateTool

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 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:


With the Draw Lines Separate tool, you can add lines to a 2D canvas with gaps between them.

Insert separate lines:
  1. In a 2D canvas frame, go to Draw>Draw Lines Separate in the toolbar.
  2. Select the start point for the first line.
  3. Select the end point for the first line.
  4. Select the start point for the next line.
  5. Select the end point for the that line.
  6. Repeat.
  7. Press esc to exit.
See also: