splinepy.helpme.create.from_bounds#
- splinepy.helpme.create.from_bounds(parametric_bounds, physical_bounds)[source]#
Creates a minimal spline with given parametric bounds, physical bounds. Physical bounds can have less or equal number of dimension as parametric bounds. (Greater is not supported)
- Parameters:
parametric_bounds ((2, n) array-like)
physical_bounds ((2, n) array-like)
- Returns:
spline
- Return type: