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