HMIN_contactsurf_write_all_nodes()
Writes contact surfaces to HyperMesh.
Syntax
void HMIN_contactsurf_write_all_nodes(const int totalNodeCount, HM_entityidtype* nodeArray)
Type
HyperMesh hminlib Function
Description
Precursor function to HMIN_contactsurf_write_face_nodes() which helps in collecting all the base elements for the contact surface and helps in accelerating the import of contact surfaces described on nodes.
Inputs
- totalNodeCount
- The total number of nodes being imported for base element.
- nodeArray
- The array of all the face nodes.
Errors
None.