tataratat / splinepy

Library for prototyping spline geometries of arbitrary dimensions and degrees, and IGA
https://tataratat.github.io/splinepy
Other
47 stars 13 forks source link

Fix examples 2.0 #319

Closed clemens-fricke closed 12 months ago

clemens-fricke commented 12 months ago

Overview

The second iteration of fix examples PR. Mainly to address the issue of incorporating the incoming changes for #291.

Found also the issue that show_isophotes_and_curvature used the deprecated knot_vector_bounds parameter/function. Changes this to parameteric_bounds as it is called now. I am not sure why the alias from the spline class did not function correctly, but it gave me an error now.

Addressed issues

Checklists