DrawContinuousLineWithArrowsTool
Tool |
With the Draw Continuous Lines with Arrows tool, you can insert lines that are treated as one object and have an arrow at the end.
Insert continuous lines with an arrow:
- In a 2D canvas frame, select the Draw Continuous Lines with Arrows tool.
- Select the start point.
- Select the end point of the first section.
- Continue to select endpoints.
- Press esc to exit.
- An arrow will appear at the end of the line.
Notes:
- Adjust the arrow properties in the properties window.
- Add an arrow to the beginning of the line in the properties window.
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
DrawContinuousLineWithArrowsTool
(make sure the library Library.Tools.Draw is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Draw.DrawContinuousLineWithArrowsTool
See also: