|
splinepy
Library for Bezier, Rational Bezier, BSpline and NURBS of arbitrary dimensions and degrees
|
Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA. splinepy implements core types and functions in c++ for better runtime performance. Using pybind11, these implementations are available to use in python. You can, for example, either use this part of the project to create pure c++ executables or to interoperate with other c++/c/fortran libraries.
There are two main ways to install the c++:
pip This will install compiled library to site-packges path. You can find this path with:
cmake only