Skip to content

Releases: orbingol/rw3dm

rw3dm v2.0.0

17 Apr 16:24
Compare
Choose a tag to compare

With this release, the pybind11-wrapped Python module is deprecated and replaced by 2 separate executable files:

  • on2json converts .3dm files to geomdl JSON format
  • json2on converts geomdl JSON format to .3dm files

on2json is a direct replacement of geomdl's exchange.import_3dm API call for curves and surfaces with full support for trimmed surfaces.

Similarly, json2on is a direct replacement of geomdl's exchange.export_3dm for curves and surfaces but due to some issues encountered with OpenNURBS API, it doesn't support trimmed surfaces. json2on will support trimmed surfaces in the next major release.

Please open a new issue ticket above if you encounter any problems.

on2json.exe
MD5: 68674900572A793A13852CBBF629109F
SHA1: 2199B548BD05F8A9B81A45E782ABB85714B96F94

json2on.exe
MD5: 682198D1F5CB972952F215EC551E1182
SHA1: D94C19213E6609542FB4FEB9E028C537BF165712

rw3dm v1.3.0

27 Feb 08:08
Compare
Choose a tag to compare
  • Added Linux support
  • OpenNURBS is now compiled as a static library (for Linux compatibility)

Thanks to OpenNURBS and rhino3dm developers for adding preliminary support for Linux compilation.

rw3dm v1.2.0

16 Jan 09:44
Compare
Choose a tag to compare
  • Minor bug fixes in generating Python module files regarding to wheels

rw3dm v1.1.0

15 Jan 23:26
Compare
Choose a tag to compare
  • Fixed a bug in generation of the python wheel

rw3dm v1.0.0

27 Dec 15:35
Compare
Choose a tag to compare
  • First release of rw3dm module