|
Functions | |
| def | smeshDC::Mesh.RemoveElements |
| Removes the elements from the mesh by ids. | |
| def | smeshDC::Mesh.RemoveNodes |
| Removes nodes from mesh by ids. | |
| def | smeshDC::Mesh.RemoveOrphanNodes |
| Removes all orphan (free) nodes from mesh. | |
| def smeshDC.Mesh.RemoveElements | ( | self, | |
| IDsOfElements | |||
| ) | [inherited] |
Removes the elements from the mesh by ids.
| IDsOfElements | is a list of ids of elements to remove |
Definition at line 2481 of file smeshDC.py.
| def smeshDC.Mesh.RemoveNodes | ( | self, | |
| IDsOfNodes | |||
| ) | [inherited] |
Removes nodes from mesh by ids.
| IDsOfNodes | is a list of ids of nodes to remove |
Definition at line 2488 of file smeshDC.py.
| def smeshDC.Mesh.RemoveOrphanNodes | ( | self | ) | [inherited] |
Removes all orphan (free) nodes from mesh.
Definition at line 2494 of file smeshDC.py.