graphinglib.Circle.split#
- Circle.split(curve: Curve, copy_style: bool = False) list[Self] #
Splits the polygon by a curve.
- Parameters:
- curve
Curve
The curve to split the polygon by.
- copy_stylebool, optional
If
True
, the current polygon’s parameters are copied to the new polygons. IfFalse
, the new polygons will have default parameters. Default isFalse
.
- curve
- Returns:
- list[
Polygon
] The list of polygons resulting from the split.
- list[