|
Functions | |
| def | smeshDC::Mesh.MoveNode |
| Moves the node with the given id. | |
| def smeshDC.Mesh.MoveNode | ( | self, | |
| NodeID, | |||
| x, | |||
| y, | |||
| z | |||
| ) | [inherited] |
Moves the node with the given id.
| NodeID | the id of the node |
| x | a new X coordinate |
| y | a new Y coordinate |
| z | a new Z coordinate |
Definition at line 2664 of file smeshDC.py.