HMIN_element_writegroup_solidid()
Creates a main or secondary element from an existing element in HyperMesh.
Syntax
void HMIN_element_writegroup_solidid(HM_entityidtype id, char elementtype, HM_entityidtype elementid, int secondary, int face, HM_entityidtype groupid);
    Type
HyperMesh hminlib Function
Description
Creates a main or secondary element from an existing element in HyperMesh.
Inputs
- id
 - The ID of the HyperMesh main/secondary interface element to be created.
 - elementtype
 - The type of the new interface element, a user-defined value.
 - elementid
 - The ID of the base element on which the interface element is to be created.
 - secondary
 - Set to 0 for main and 1 for secondary.
 - face
 - Face ID 1-6.
 - groupid
 - The group ID of the interface element.
 
Errors
None.