Polyline.split_at_corners
- Polyline.split_at_corners(angle_threshold)[source]
Splits a polyline at corners larger than the given angle_threshold
- Parameters
angle_threshold (float) – In radians.
- Returns
list[
compas.geometry.Polyline
]
Splits a polyline at corners larger than the given angle_threshold
angle_threshold (float) – In radians.
list[compas.geometry.Polyline
]