HMIN_component_modify_materialid()
Modifies the material ID to which the component is referencing.
Syntax
void HMIN_component_modify_materialid(HM_entityidtype id, HM_entityidtype materialid);
Type
HyperMesh hminlib Function
Description
Modifies the material ID to which the component is referencing.
Inputs
- id
- The ID of the component.
- materialid
- The ID of the new material to which the component will point.
Errors
None.