speckleworks / SpeckleCore

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.systems
MIT License
38 stars 17 forks source link

Same mongo ID for different curves that share very similar topology #2

Closed PaulPoinet closed 7 years ago

PaulPoinet commented 7 years ago
capture

Might be problematic for offset curves...

didimitrie commented 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

PaulPoinet commented 7 years ago

We should send Rhino.DocObjects.CurveObject.CurveGeometry instead of Rhino.DocObjects.CurveObject. The latter is interpreted as a string. Hence the bug/confusion.