HMIN_vector_write_twonodes()
Writes a vector entity created using the two-node method to HyperMesh.
Syntax
void HMIN_vector_write_twonodes(HM_entityidtype id, HM_entityidtype basenode, HM_entityidtype farnode, HM_entityidtype collectorid)
Type
HyperMesh hminlib Function
Description
Writes a vector entity created using the two-node method to HyperMesh.
Inputs
- id
- The ID of the vector.
- basenode
- The ID of the basenode of the vector.
- farnode
- The ID of the second node of the vector.
- collectorid
- The ID of the vector collector.
Errors
None.