HMMOD_elementadd()
Adds elements to the database.
Syntax
void HMMOD_elementadd(HM_entityidtype id, unsigned char config, unsigned char type, int numintegratepts, unsigned char uservalue);
Type
HyperMesh hmmodlib Function
Description
Adds elements to the database.
Inputs
- id
- The ID of the element.
- config
- The configuration of the element.
- type
- The type of element in HyperMesh.
- numintegratepts
- The number of integration points for this element.
- uservalue
- User-determined value.
Errors
None.