HMIN_element_solver_writespring()
Writes a rod element with property idpool to HyperMesh.
Syntax
void HMIN_element_solver_writespring(HM_entityidtype id, char elementtype, HM_entityidtype propertyid, int dof, HM_entityidtype nodes[], HM_entityidtype collectorid, HM_entityidtype vectorid, int propsidpool)
    Type
HyperMesh hminlib Function
Description
Writes a rod element with property idpool to HyperMesh.
Inputs
- id
 - ID of the element.
 - elementtype
 - The type of the element, a user-defined value.
 - propertyid
 - The ID of the property to which the spring element should point.
 - dof
 - The degree of freedom associated with the element.
 - nodes[1]
 - The nodes associated with the element.
 - collectorid
 - The ID of the collector where the spring element should be placed.
 - vectorid
 - The ID of the vector associated with the element.
 - propsidepool
 - ID pool number of the property to which the element should point.
 
Errors
None.