Hi,
Just taking a quick look to the service, it looks awesome! Thanks for it
I have some feedback related with the return values of the methods. Some of the classes (Brep/Mesh… probably more) have methods that modify the object but returns a bool (depending if the result can be computed). As a sample, but there are a bunch of them:
- https://compute.rhino3d.com/Rhino/Geometry/Brep/Repair
- https://compute.rhino3d.com/Rhino/Geometry/Brep/TransformComponent
- https://compute.rhino3d.com/Rhino/Geometry/Brep/MergeCoplanarFaces
These methods do not return the resulting Brep/Mesh, only true/false so we can’t retrieve the resulting Brep/Mesh. Would be helpful to allow to get the resulting geometry modifying the returning result (null in case of error or the resulting Geometry)
Regards,