For P1D splines, current gismo export uses ```xml <Geometry type="TensorBSpline1"> <Basis type="TensorBSplineBasis1"> ... ``` gismo couldn't read this. I think the correct keyword for P1D splines are `BSpline` and `BSplineBasis`. See [here](https://github.com/gismo/gismo/blob/stable/filedata/breps/2D/duck_BRep.xml).
For P1D splines, current gismo export uses
gismo couldn't read this. I think the correct keyword for P1D splines are
BSplineandBSplineBasis.See here.