Dear Dr Bignol,
Firstly, thanks for creating and maintaining this handy package - it is greatly appreciated.
My question: we are trying to plot function values on a NURBS surface. In this case, the function is a function of the surface parameters u and v - it's the components of the metric tensor. Is this possible in NURBS-python? There is an example in
https://nurbs-python.readthedocs.io/en/5.x/visualization.html#examples which comes close to what we want. This case seems to be plotting z(u,v) using a colour map, but the code doesn't explicitly calculate this. Can we do something similar instead using our own calculated function values as the colour value at each point on the surface?