HyperCrash

GET_NODE Operator

GET_NODE Operator

Previous topic Next topic No expanding text in this topic  

GET_NODE Operator

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

Description

Extracts a node from a model.

Syntaxes

node = GET_NODE(

model, number

) ;

node

 The name of the extracted node.

model

 The name of the model object to be searched for a node.

number

 The (integer) number of the node to be extracted.

Comments

The number of the node must be contained in the hc_img58 interval where N is the total number of model's nodes.