Releases: orbingol/rw3dm
rw3dm v2.0.0
With this release, the pybind11-wrapped Python module is deprecated and replaced by 2 separate executable files:
on2json
converts .3dm files to geomdl JSON formatjson2on
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
rw3dm v1.2.0
- Minor bug fixes in generating Python module files regarding to wheels
rw3dm v1.1.0
- Fixed a bug in generation of the python wheel
rw3dm v1.0.0
- First release of
rw3dm
module