HMIN_element_solver_writemass()
Writes a mass element with property idpool to the HyperMesh database.
Syntax
void HMIN_element_solver_writemass(HM_entityidtype id, char elementtype, HM_entityidtype propertyid, double mass, HM_entityidtype systemid, HM_entityidtype nodes[], HM_entityidtype collectorid, int propsidpool)
    Type
HyperMesh hminlib Function
Description
Writes a mass element with property idpool to the HyperMesh database.
Inputs
- id
 - ID of the element.
 - elementtype
 - The type of mass, a user-defined value.
 - propertyid
 - The ID of the property assigned to the mass element.
 - mass
 - The mass of the element.
 - SystemID
 - The system ID of the mass.
 - nodes[1]
 - The node associated with the element.
 - collectorid
 - The ID of the collector where the gap element should be placed.
 - propsidepool
 - ID pool number of the property to which the element should point.
 
Errors
None.