class plugins.polygon.Polygon(border, normal=2, holes=[])[source]¶
A Polygon is a flat surface bounded by a closed PolyLine.
The border is specified as a Coords object with shape (nvertex,3)
specifying the vertex coordinates in order.
While the Coords are 3d, only the first 2 components are used.
85.2. Functions defined in module plugins.polygon¶