HMMOD_elementgetconfig()
Retrieves the configuration of an element specified by a pointer to that element.
Syntax
int HMMOD_elementgetconfig(void * elementptr);
Type
HyperMesh hmmodlib Function
Description
Retrieves the configuration of an element specified by a pointer to that element.
Inputs
- elementptr
- The pointer to the element.
Example
The configuration of the specified element.
Errors
None.