splinepy.helpme.create.Creator.parametric_view#
- Creator.parametric_view(axes=True, conform=False)[source]#
Create parametric view of given spline. Previously called naive_spline(). Degrees are always 1 and knot multiplicity is not preserved. Returns BSpline, as BSpline and NURBS should look the same as parametric view. Will take shallow copy of underlying data of spline_data and show_options from original spline. However, if conforming basis is desired, set confrom=True.