Function ProCompositeMdlGet
Description
Retrieves the composite model, given a composite feature. Note: After changing anything in this model application must regenerate top model (p_feat_handle->owner) using ProSolidRegenerate()
Synopsis
#include <ProComposite.h>
ProCompositeMdlGet
(
ProFeature* p_feat_handle
/* (In)
The handle to the composite feature
*/
ProMdl* p_mdl_handle
/* (Out)
The model handle to be initialized
*/
)
Returns
The argument corresponds to a valid composite feature with a valid composite model.
The specified feature is not a valid composite feature.
The specified feature is a suppressed composite feature.
composite model is not a solid or is not in memory.
User Guide References
도움이 되셨나요?