Closed PaulPoinet closed 7 years ago
Concerning the future SpeckleRhino interface, I noticed that there is no code written to handle ToNurbsCurve() conversions (in order to retrieve the UserDictionary), like it is done for the Grasshopper component here: https://github.com/speckleworks/SpeckleUserDataUtils/blob/dev/SetUserDataComponent.cs#L67-L74
Therefore I propose to add the same conversion here (I am not sure if this is consistent):
I tested that on my computer and works alright
Okay this seems to be an issue for https://github.com/speckleworks/SpeckleRhinoConverter.
Concerning the future SpeckleRhino interface, I noticed that there is no code written to handle ToNurbsCurve() conversions (in order to retrieve the UserDictionary), like it is done for the Grasshopper component here: https://github.com/speckleworks/SpeckleUserDataUtils/blob/dev/SetUserDataComponent.cs#L67-L74
Therefore I propose to add the same conversion here (I am not sure if this is consistent):