pub fn divide_into_shapes<T: GenericVector3>(
    edge_set: AHashSet<(usize, usize)>,
    points: Vec<T>
) -> Result<Vec<LineStringSet3<T>>, CenterlineError>
Expand description

Group input edges into connected shapes