fedoo.Mesh.add_node_set

Mesh.add_node_set(node_indices: list[int] | ndarray[int], name: str) None

Add a set of nodes to the Mesh

Parameters:
  • node_indices (list or 1D numpy.array) – A list of node indices

  • name (str) – name of the set of nodes