Functions | |
| def | MoveNode |
| Move the node with the given id. More... | |
| def | MoveClosestNodeToPoint |
| Find the node closest to a point and moves it to a point location. More... | |
| def | MeshToPassThroughAPoint |
| Find the node closest to a point and moves it to a point location. More... | |
| def | ChangeElemNodes |
| Set new nodes for the given element. More... | |
| def MoveNode | ( | self, | |
| NodeID, | |||
| x, | |||
| y, | |||
| z | |||
| ) |
Move 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 |
References smeshBuilder.ParseParameters().
| def MoveClosestNodeToPoint | ( | self, | |
| x, | |||
| y, | |||
| z, | |||
| NodeID | |||
| ) |
Find the node closest to a point and moves it to a point location.
| x | the X coordinate of a point |
| y | the Y coordinate of a point |
| z | the Z coordinate of a point |
| NodeID | if specified (>0), the node with this ID is moved, otherwise, the node closest to point (x,y,z) is moved |
References smeshBuilder.ParseParameters().
| def MeshToPassThroughAPoint | ( | self, | |
| x, | |||
| y, | |||
| z | |||
| ) |
Find the node closest to a point and moves it to a point location.
| x | the X coordinate of a point |
| y | the Y coordinate of a point |
| z | the Z coordinate of a point |
| def ChangeElemNodes | ( | self, | |
| ide, | |||
| newIDs | |||
| ) |
Set new nodes for the given element.
| ide | the element id |
| newIDs | nodes ids |