Polygon
Bases: BaseModel
Represents a polygon area in the drawing.
PARAMETER | DESCRIPTION |
---|---|
coordinate_space
|
The coordinate space used to define the polygon, such as absolute or relative.
TYPE:
|
coordinates
|
A list of x,y tuples representing the vertices of the polygon.
TYPE:
|