-
There is an error that will be fixed with the update:
https://github.com/mcneel/rhino3dm/issues/353
-
In a doc with a few test strings, `doc.strings().count()` always returns 0.
-
Dear rhino3dm developers, when I tried to deploy to google cloud I got the this error. What can I solve this problem?
```
Step #1: Building wheel for pycountry (setup.py): started
Step #1: Bu…
-
Hey!
Great work!
I just wanted to say, that it would be really useful to make it possible to see the properties of geometry by click, not only the name (which is right now), but also some custom m…
-
We should ship an additional JS wrapper that's compiled using `-s EXPORT_ES6=1` that can be used with the ES6 `import` syntax. This would keep things consistent when using other libraries like three.j…
-
As of https://github.com/mcneel/rhino3dm/pull/189, we can now use:
`script/boostrap.py --platform js` (optional)
followed by:
`script/setup.py --platform js --overwrite`
followed by:
`script/buil…
-
As can be seen in the screenshot, receiving the Standard Geometry in Revit fails for many of the complex `breps` which (for the most part) where coming in nicely before.
This may be due to some ali…
-
**Describe the bug**
Does not work in Blender 2.91 and 2.92!!! Running the program causes the Blender to close.
-
Here's a simple node.js script that produces an invalid .3dm file.
The script solves a simple Grasshopper definition on Compute (see below) that produces a very simple mesh box and then adds that m…
-
Example:
https://github.com/mcneel/rhino3dm/blob/master/src/bindings/bnd_surface.h#L33
```javascript
BND_TUPLE FrameAt(double u, double v);
```
results in:
```typescript
/**
* @description …