Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 2.74 KB

DESCRIPTION.rst

File metadata and controls

80 lines (55 loc) · 2.74 KB

geomdl

DOI PYPIDL ANACONDA

RTD TRAVISCI APPVEYOR CIRCLECI CODECOV

Introduction

geomdl is a pure Python, object-oriented B-Spline and NURBS library. It is compatible with Python versions 2.7.x, 3.4.x and later.

Features

geomdl provides convenient data structures and highly customizable API for rational and non-rational splines along with the efficient and extensible implementations of the following algorithms:

  • Spline evaluation
  • Derivative evaluation
  • Knot insertion
  • Knot removal
  • Knot vector refinement
  • Degree elevation
  • Degree reduction
  • Curve and surface fitting via interpolation and least squares approximation

geomdl also provides customizable visualization and animation options via Matplotlib, Plotly and VTK libraries. Please refer to the documentation for more details.

Further reading

Modules extending geomdl

Additional file format support

License

geomdl is licensed under the terms of the MIT License.