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.

Parameters

  • nodeId
    Type: Int32
    The id of the node to be moved
  • locX
    Type: Quantity
    New X location
  • locY
    Type: Quantity
    New Y location
  • locZ
    Type: Quantity
    New Z location