API 설명서 > Assembly > Object ProAsmcomp > Function ProAsmcompMdlGet
Function ProAsmcompMdlGet
Description
Retrieves the component model, given a component feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAsmcomp.h>
ProAsmcompMdlGet
(
ProAsmcomp* p_feat_handle
/* (In)
The handle to the component feature
*/
ProMdl* p_mdl_handle
/* (Out)
The model handle to be initialized
*/
)
Returns
The argument corresponds to a valid component feature with a valid component model.
The specified feature is not a valid component feature.
Assembly component model is not a solid or is not in memory.
Sample Code References
User Guide References
도움이 되셨나요?