HMIN_component_write()
Writes a component to the database.
Syntax
void HMIN_component_write(HM_entityidtype id, char *name, HM_entityidtype materialid, int color);
Type
HyperMesh hminlib Function
Description
Writes a component to the database.
Inputs
- id
- The ID of the component to be written.
- name
- The name of the component to be written.
- materialid
- The material that the component references.
- color
- The color of the component to be written.
Errors
None.