Several other methods allow to obtain model information.
“getNodeRcId” has an integer argument corresponding to the node ID and returns the corresponding reference coordinate system ID.
“getNodeAcId” has an integer argument corresponding to the node ID and returns the corresponding analysis coordinate system ID.
“getNodeCoords” returns the coordinates of a node. This method has one or two arguments:
The first argument is an integer corresponding to the node ID.
The second argument is an integer or a string that corresponds to the coordinate system in which the coordinates are expressed. The argument is an integer, or the “AsIs” string. Note that if the argument is missing, the “AsIs” coordinate system is considered.