mcneel / compute.rhino3d

REST geometry server based on RhinoCommon and headless Rhino
Other
284 stars 182 forks source link

CreateNetworkSurface should decode NurbsSurface before returning #151

Open pearswj opened 3 years ago

pearswj commented 3 years ago

The compute_rhino3d.NurbsSurface.CreateNetworkSurface() and CreateNetworkSurface1() functions return a list containing the new surface and an error code integer. The surface isn't decoded from JSON to a NurbsSurface, like with other functions.

See https://discourse.mcneel.com/t/dictionaries-returned-instead-of-geometry/116208

mcneel-build commented 3 years ago

Linked with COMPUTE-154

FergusH commented 3 years ago

A similar situation exists for Curve.CreateFillet()