Rhino3dm 8.9.0 released ๐ŸŽ‰

This release coincides with the openNURBS source in Rhino 8.9.

:green_square: python PyPI - rhino3dm.py 8.9.0
:purple_square: dotnet NuGet - rhino3dm.net 8.9.0
:yellow_square: javascript npm - rhino3dm.js 8.9.0

:scroll: changelog: rhino3dm/CHANGELOG.md at 8.9.0 ยท mcneel/rhino3dm ยท GitHub
:face_with_monocle: diff: Comparing 8.6.1โ€ฆ8.9.0 ยท mcneel/rhino3dm ยท GitHub

:bookmark: samples: GitHub - mcneel/rhino-developer-samples at 0562389cf99fa9312783fae9693dbd3e490a5d59

Notable updates:

  • (js, py) PointCloud.AddRange methods are now exposed
  • (js, py) Most methods or constructors which used to require a Point3dList have been reworked to allow an array of points as well.
  • (js, py) More annotation types are available thanks to @jesterking
  • (all) Each language has an intial set of regression tests in place
2 Likes