.bumpversion.cfg
.editorconfig
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements-dev.txt
setup.cfg
setup.py
tasks.py
docs/.nojekyll
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/gettingstarted.rst
docs/index.rst
docs/license.rst
docs/_images/draw_curve_rhino.jpg
docs/_images/draw_surface_rhino.jpg
docs/_static/logo.png
docs/api/compas_nurbs.rst
docs/examples/draw_curve_rhino.py
docs/examples/draw_curve_rhino.rst
docs/examples/draw_cylinder.py
docs/examples/draw_surface_rhino.py
docs/examples/draw_surface_rhino.rst
src/compas_nurbs/__init__.py
src/compas_nurbs/__version__.py
src/compas_nurbs/bspline.py
src/compas_nurbs/conftest.py
src/compas_nurbs/curvature.py
src/compas_nurbs/curve.py
src/compas_nurbs/evaluators.py
src/compas_nurbs/fitting.py
src/compas_nurbs/helpers.py
src/compas_nurbs/knot_vectors.py
src/compas_nurbs/operations.py
src/compas_nurbs/surface.py
src/compas_nurbs/utilities.py
src/compas_nurbs.egg-info/PKG-INFO
src/compas_nurbs.egg-info/SOURCES.txt
src/compas_nurbs.egg-info/dependency_links.txt
src/compas_nurbs.egg-info/not-zip-safe
src/compas_nurbs.egg-info/requires.txt
src/compas_nurbs.egg-info/top_level.txt
src/compas_nurbs/data/bsplines_data.json
src/compas_nurbs/data/cylinder.json
src/compas_nurbs/data/surface.json
src/compas_nurbs/ghpython/__init__.py
src/compas_nurbs/ghpython/curve_artist.py
src/compas_nurbs/ghpython/geometry.py
src/compas_nurbs/ghpython/surface_artist.py
src/compas_nurbs/rhino/__init__.py
src/compas_nurbs/rhino/curve_artist.py
src/compas_nurbs/rhino/install.py
src/compas_nurbs/rhino/surface_artist.py
tests/test_curve.py
tests/test_fitting.py
tests/test_surface.py