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

Hi, Will Rhino3dm support methods abount Rhino.BitmapExtensions in future?

Sometimes it is necessary to identify other combinations of mouse actions.

Maintaining a C API would make creating a third party bindings easier for users. It would be unreasonable for us to request things like "add a Java API" or something...

binding

Hi, I am trying to use rhino3dm inside a poetry project, but it's throwing an error: ``` ... File "/path/to/project/.venv/lib/python3.11/site-packages/rhino3dm/__init__.py", line 5, in from ._rhino3dm import * ImportError: dlopen(/path/to/project/.venv/lib/python3.11/site-packages/rhino3dm/_rhino3dm.cpython-311-darwin.so, 0x0002):...

bug
py

Initialization of version 8.6.0 fails with the following message. Version 8.4.0 works fine. See [this fiddle](https://jsfiddle.net/kovacsv/2d7th643) for an example. ``` Uncaught (in promise) TypeError: Cannot read properties of undefined (reading...

bug
js
build

Hey all, I upgraded from rhino3dm.js from 8.4.0 to 8.6.0 and get an obscure error when trying to initialize the module. ``` TypeError: Cannot read properties of undefined (reading 'value')...

bug
js

Please Add "Plane" Access of AnnotationBase Class!

py
js
binding

Tested on `8.0.1`, `8.4.0`, `8.6.0`, `8.6.1`, on Debian Bookworm, Python 3.10.13 (gcc 12.2) Given this sample code: ```python from rhino3dm import Point3d, Polyline pl = Polyline(4) points = [[1,1,1], [2,2,2],...

bug
py

This function needs to take a BND_Point3dList instead of `const std::vector& points` https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_polyline.cpp#L10 Similar to https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_nurbscurve.cpp#L145

py
js
binding

The macOS wheels currently uploaded to PyPI are as follows: - Python 3.11 & 3.12: `macos-14` (universal), `macos-12` (universal), `macos-11` (universal) - Python 3.10 and below: `macos-14` (universal), `macos-12` (x86-64),...

py
build