splinepy.bspline.BSplineBase.insert_knots#
- BSplineBase.insert_knots(parametric_dimension, knots)[source]#
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