Void NodeMove.MoveNode(Int32 nodeId, Quantity locX, Quantity locY, Quantity locZ)
Moves a node to a new specified location. The given locX, locY, and locZ values will be converted to the unit system the mesh is stored in, and the given node will be moved to that absolute location.
Examples