HM_ExtAPI::DeleteModel()
Deletes model from HyperMesh database.
Syntax
bool DeleteModel(void);
Type
HyperMesh Ext API Function
Description
If the function succeeds, the return value is true. If the function fails, the return value is false. To get extended value information, call HM_ExtAPI::GetLastErrorCode().
Requires including hm_extapi.h.
Errors
None.