MoveNode(int, Quantity, Quantity, Quantity)

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.

Declaration Syntax

public virtual void MoveNode(int nodeId, Quantity locX, Quantity locY, Quantity locZ)

Parameters

nodeId(int)

The id of the node to be moved

locX(Quantity)

New X location

locY(Quantity)

New Y location

locZ(Quantity)

New Z location