gumyr / build123d

A python CAD programming library
Apache License 2.0
382 stars 72 forks source link

Add BSplineSurface #629

Open gumyr opened 1 month ago

gumyr commented 1 month ago

https://dev.opencascade.org/doc/refman/html/class_geom___b_spline_surface.html If not, could you perhaps add it? It is very similar to the available Face.make_bezier_surface(), just instead of a single bezier patch, it makes a whole (possibly non rational) B-spline patch.