splinepy.bspline.BSpline.remove_knots#
- BSpline.remove_knots(parametric_dimension, knots, tolerance=None)#
Tries to removes knots.
- Parameters:
parametric_dimension (int)
knots (list or float)
tolerance (float)
- Returns:
removed – List of bool. True if the knots are Removed. Otherwise, False
- Return type:
list<bool>