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[Polyline]