splinepy.bspline.BSpline.insert_knots#

BSpline.insert_knots(parametric_dimension, knots)#

Inserts knots.

Parameters:
  • parametric_dimension (int) – parametric axis, where knots are to be inserted

  • knots (list or float) – list of new knots to be inserted into the parametric domain

Returns:

inserted – List of bool. True if the knots are inserted. Otherwise, False

Return type:

list