Functions | |
def | RemoveElements |
Remove the elements from the mesh by ids. More... | |
def | RemoveNodes |
Remove nodes from mesh by ids. More... | |
def | RemoveOrphanNodes |
Remove all orphan (free) nodes from mesh. More... | |
def RemoveElements | ( | self, | |
IDsOfElements | |||
) |
Remove the elements from the mesh by ids.
IDsOfElements | is a list of ids of elements to remove |
def RemoveNodes | ( | self, | |
IDsOfNodes | |||
) |
Remove nodes from mesh by ids.
IDsOfNodes | is a list of ids of nodes to remove |
def RemoveOrphanNodes | ( | self | ) |
Remove all orphan (free) nodes from mesh.