Plot Bspline curve (currently not fully functional, since feature in Dymola missing)
function plot extends Modelica.Icons.Function; input Data spline "Bspline to be plotted"; input Integer npoints = 100 "Number of points"; output Real x[npoints, spline.ndim + 1] "Table with u and function value at Bspline curve points"; end plot;