HM_ExtAPI::LoadModel()
Loads model from HyperMesh file into HyperMesh database.
Syntax
bool LoadModel(
const char* model_file_path
);
Type
HyperMesh Ext API
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.
Inputs
- model_file_path
- [in] - Model file name.
Errors
None.