rhino3dm is a Python library based on OpenNURBS with a RhinoCommon style, providing 3D geometry operations and I/O for Rhino 3DM files. The current version is 8.17.0, released with active development. Release cadence is irregular, often aligned with Rhino updates.
pip install rhino3dmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read a 3DM file and print layer/object counts, then create a 3D point.
Access geometry via `model.Objects[0].Geometry`, which works for 3DM file objects.
Use lowercase `read()` method.
Check `model.Objects[i].Geometry is not None` before using it.
No dependency data recorded yet.
No resource links recorded.