Closed jzwar closed 7 months ago
>>> geometry.interfaces array([[ -2, 36, -4, 32, -6, -1], [ -2, 48, 33, 722, -6, -1], [ 37, 60, -4, 44, -6, -1],... >>> geometry.boundary_multipatch().show(control_mesh=False, knots=False, control_points=False) >>> geometry.interfaces array([[ -1, 36, -1, 32, -1, -1], [ -1, 48, 33, 722, -1, -1], [ 37, 60, -1, 44, -1, -1], ...
On that note: it would be nice to have
multipatch.extract.boundaries()
Multipatch
On that note: it would be nice to have