::hwat::utils::CreateElement - Creates an element in HM.
::hwat::utils::CreateElement config type nodelist
config |
The HyperMesh configuration of the element. |
type |
The type of the element, as defined in the currently loaded feoutput template. |
nodelist |
A Tcl list of nodes belonging to the element. |
The id of the element if successful, {} otherwise.
::hwat::utils::CreateElement 104 1 [list 1 2 3 4]