extract_shared_paths¶
- sectionproperties.pre.geometry.extract_shared_paths(arr_of_geom_coll: list[GeometryCollection]) → list[LineString][source]¶
Extracts a list of LineStrings exported by the shapely
shared_pathsmethod.- Parameters:
arr_of_geom_coll (list[GeometryCollection]) – An array of geometry collections
- Raises:
RuntimeError – If linestrings cannot be extracted
- Returns:
List of LineStrings
- Return type: