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