Releases: orbingol/NURBS-Python
Releases · orbingol/NURBS-Python
geomdl v5.3.1
geomdl v5.2.10
- Fixed a bug causing double matplotlib figures when run on a Jupyter notebook
- Fixed
filename
argument when plotly visualization module is used - Added offscreen rendering support for VTK visualization module
geomdl v5.2.9
geomdl v5.2.8
geomdl v5.2.7
- Added
operations.flip
- Bug fixes and improvements
- Documentation updates
geomdl v5.2.6
- Fixed imports in
control_points
module
geomdl v5.2.5
- Improved
linalg
module - Added
control_points
module for managing control points - Bug fixes and improvements
- Documentation updates
geomdl v5.2.4
- Reduced set control points restrictions for surfaces.
Surface.set_ctrlpts
now accepts 2-dimensional control points. - Deprecated
save
andload
methods defined inBSpline
module in favor ofimport_json
andexport_json
- Generalized
operations.add_dimension
API call to work with allSplineGeometry
subclasses - Documentation updates
geomdl v5.2.3
- Fix incorrect dict export of trims in trimmed surfaces
- Add analytic trim curve support to trimmed surface dict export
- Change
VolumeContainer
base class fromSurfaceContainer
toAbstractContainer
and add missing methods - Documentation updates
- Minor bug fixes and improvements
geomdl v5.2.2
- Convert "sense" to "reversed" for better understanding of trim curve orientation (API change for surface trimming)
- Update curve degree elevation and reduction algorithms and operations API (no API change)
- Fix trim curve exporting in
exchange.export_json
- Deprecate
exchange.export_3dm
andexchange.import_3dm
in favor of rw3dm v2.0 - Documentation updates