HMIN_element_writeplot()
Writes a plot element to HyperMesh.
Syntax
void HMIN_element_writeplot(HM_entityidtype id, char elementtype, HM_entityidtype nodes[], HM_entityidtype collectorid);
Type
HyperMesh hminlib Function
Description
Writes a plot element to HyperMesh.
Inputs
- id
- The ID of the element.
- elementtype
- The type of plot, a user-defined value.
- nodes[2]
- The nodes associated with the element.
- collectorid
- The ID of the collector where the plot should be placed.
Errors
None.