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

Easier spline data plotting with callbacks #318

Closed j042 closed 10 months ago

j042 commented 10 months ago

Overview

This PR wishes to make plotting with callbacks easier. It removes requirement of defining the behavior with the resolutions argument.

Addressed issues

Q

I wanted to add this query helper to helpme.create, but @jzwar mentioned that helpme.create is quite exclusively for splines. Would you prefer to have a helpme.make to add some non-spline based makings?

j042 commented 10 months ago

@clemens-fricke thanks for the fixes!