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