Void NodeMove.MoveNode(Int32 nodeId, Quantity locX, Quantity locY, Quantity locZ)

Moves a node to a new specified 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