splinepy.multipatch.Multipatch.set_boundary#

Multipatch.set_boundary(spline_ids, boundary_faces, boundary_id=None)[source]#

Adds a boundary to a specific set of spline and spline-

Parameters:
  • spline_ids (np.ndarray) – array of spline-ids that are assigned a boundary

  • boundary_faces (np.ndarray) – array of corresponding faces to be assigned a boundary

  • boundary_id (int) – boundary_id to be assigned. If not chosen set to new lowest value

Return type:

None