Line

Function

Line(pt1, pt2)

pt1
pt2

Line(pt1, pt2)

pt1
pt2

You can refer to this function 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 Line(...) (make sure the library Library.Geometry is included with Include Libaries)
  • To refer to it by its full path, use Library.Geometry.Line(...)

 

See also: