DrawArcTool

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

 

See also:


With the Draw Arc tool, you can draw semi-circles in a 2D canvas frame.

Insert an arc:
  1. In a 2D canvas frame, select the Draw Arc tool.
  2. Select the center of the arc.
  3. Select the start point.
  4. Select the end point.
Notes:
  • Arcs are limited to 180 degrees. To represent a longer arc, insert two arcs.
  • To have a 180 degree arc, the end point must be counterclockwise from the start point.
See also: