rhino3dm icon indicating copy to clipboard operation
rhino3dm copied to clipboard

Libraries based on OpenNURBS with a RhinoCommon style

Results 52 rhino3dm issues
Sort by recently updated
recently updated
newest added

I got the following error while running the example code [rhino3dm.js](https://github.com/mcneel/rhino3dm/tree/main#rhino3dmjs-javascript-and-nodejs). I don't know how to **`...mark the path "ws" as external to exclude it from the bundle`**, as suggested...

bug
js

For the python lib, when trying to convert from `PolylineCurve` to `Polyline`, the actual function usage is ```python ply = plyCrv.TryGetPolyline() ``` However, the linting and code are all `TryGetPolyline(polyline:...

py
docs