Closed PaulPoinet closed 7 years ago
in here https://github.com/speckleworks/SpeckleCore/blob/master/SpeckleCore/BaseObjectsExtensions.cs
the polyline hash fails to deliver... need to serialise that array before passing it, like for meshes
We should send Rhino.DocObjects.CurveObject.CurveGeometry
instead of Rhino.DocObjects.CurveObject
. The latter is interpreted as a string. Hence the bug/confusion.
Might be problematic for offset curves...