splinepy.helpme.create.parametric_view#

splinepy.helpme.create.parametric_view(spline, 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.

Parameters:
  • spline (BSpline or NURBS)

  • axes (bool) – If True, will configure axes settings, it is supported.

  • conform (bool) – Default is False

Returns:

para_spline

Return type:

BSpline