pytha Edges Functions - pytha-3d-cad/pytha-lua-api GitHub Wiki

Here we link to the functions equivalent to the "Edges" menu in the PYTHA user interface

PYTHA Function Lua Api Function
Line create_polyline
Polyline create_polyline and create_polyline_ex
Rectangle create_rectangle_edges
Circle create_circle_edges

Note:

Many of the other functions (e.g. Rectangle rounded or Triangle) can easily be simulated with create_polyline or create_polyline_ex.

See also:

pytha, Parts Functions, Edges Functions