HyperWorks Tools

::hwat::utils::CreateElement

::hwat::utils::CreateElement

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CreateElement

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::CreateElement - Creates an element in HM.

 

SYNTAX

::hwat::utils::CreateElement config type nodelist

 

ARGUMENTS

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.

 

RETURNS

The id of the element if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::CreateElement 104 1 [list 1 2 3 4]

 

 

See also

Utils Functions