API 설명서 > Miscellaneous > Object ProMoldbase > Function ProMoldbaseFromModelGet
Function ProMoldbaseFromModelGet
Description
Initialize the handle of ProMoldbaseParams using information about Moldbase assembled earlier into model owner_model.
Synopsis
#include <ProMoldbase.h>
ProMoldbaseFromModelGet
(
ProMdl owner_model
/* (In)
Assembly containing Moldbase assembly as a subassembly;
*/
/* (Out)
Pointer to the MoldbaseParam handle.
*/
)
Returns
The handle is successfully freed;
Not enough memoryt to allocate the handle.
Moldbase is not found in owner_model.
Sample Code References
도움이 되셨나요?