Steve Baer
Steve Baer
Brep faces have a reversed flag that needs to be exposed in python and javascript. We call this property OrientationIsReversed in RhinoCommon https://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_Geometry_BrepFace_OrientationIsReversed.htm
yes, this property needs to be exposed
`points` is not currently available on a NurbsSurface in javascript https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_nurbssurface.cpp#L273 The technique for exposing this to javascript is much more complicated and delicate than what is required for python....
Yes our release workflow is creating invalid wheels. I had to upload wheels manually for 7.14.1 and it looks like it needs to be done that way again until we...
Hopefully this is fixed with 7.15 release. We still need to fix our github actions for release.
I looks like we need to expose some additional Add routines to the GroupTable on File3dm
Feel free to submit a PR. This would require updating the ts file generator. The code that creates the ts file is at https://github.com/mcneel/rhino3dm/blob/main/src/docgen/JavascriptClass.cs#L206
Why do you feel you would need to override the constructor?
I'm sorry, but I really don't understand the goal here. Could you provide either a pull request or some code here to help me better understand?
Thanks, I think I understand now. We would need to add a bool to the input sent to compute to tell it to expire all objects.