DrawLinesContinuousTool

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 DrawLinesContinuousTool (make sure the library Library.Tools.Draw is included with Include Libaries)
  • To refer to it by its full path, use Library.Tools.Draw.DrawLinesContinuousTool

 

See also:


With the Draw Lines Continuous tool, you can draw line objects in a 2D canvas frame.

Lines are the basic component in Blockpad drawings. You can control their length, direction, and location by dragging the points or by using the move objects or rotate objects tools.

Line with House

Draw a line:
  1. In a 2D canvas frame, click the Draw Lines Continuous icon.
  2. Select the start point for the line.
  3. Select the end point for the line.
  4. Select the end point for the next line.
  5. Press esc to exit and end lines.

Another option:

  1. In a 2D canvas frame, go to Draw>Draw Lines Separate.
  2. Select the start point for the line.
  3. Select the end point for the line.
  4. Select the start point for the next line.
  5. Select the end point for that line.
  6. Press esc key to exit.
See also: