meshmagick.tools module¶
- meshmagick.tools.merge_duplicate_rows(arr, atol=1e-08, return_index=False)[source]¶
Returns a new node array where close nodes have been merged into one node (following atol).
- Parameters
- Returns
arr (ndarray) – array of the coordinates of the mesh’s nodes where every node is different
newID (ndarray, optional) – array of the new new vertices IDs