Polyline
a polyline curve, defined by a set of vertices.
is_closed
check if the polyline is closed (start point equals end point within tolerance)
Source code in src/specklepy/objects/geometry/polyline.py
calculate_length
calculate_length() -> float
Source code in src/specklepy/objects/geometry/polyline.py
get_points
converts the raw coordinate list into Point objects