HMMOD_elementgetfirst()
Retrieves a pointer to the first element stored in hmmodlib.
Syntax
void * HMMOD_elementgetfirst(void);
Type
HyperMesh hmmodlib Function
Description
A pointer to the first element.
This function, in combination with HMMOD_elementgetnext(), allows the elements in the model to be scanned sequentially.
Errors
None.