There was an error while loading. Please reload this page.
The pygeo.* api functions contain geometry-processing helpers for 2D polygonal data.
pygeo.*
These functions operate on geometric loop or chain data and return cleaned or modified loops. They do not create PYTHA parts themselves.
Currently available functions:
pygeo.clean_polygon_2d
pygeo.clean_polygon_2d_ex
pygeo.offset_polyline
pygeo.offset_polyline_ex
pygeo.offset_polygon
pygeo.offset_polygon_ex
pygeo.create_triangulation
The pygeo.* namespace is intended for geometric preprocessing and analysis.
In particular, the cleaning functions can be used to:
The offset functions can be used to:
The returned loop orientation follows the usual convention:
Refer to each function's detail page for its minimum PYTHA version.
pytha, pyux