Polycurve
a curve that is comprised of multiple curves connected
is_closed
checks if the polycurve is closed (comparing start of first segment to end of last segment)
Source code in src/specklepy/objects/geometry/polycurve.py
from_polyline
classmethod
constructs a new polycurve instance from an existing polyline curve