Category Curve and edge geometry, Object ProCompositeCurvedata

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>
ProErrorProCompositeMdlGet(
ProFeature* p_feat_handle
/* (In)
The handle to the composite feature
*/
ProMdl* p_mdl_handle
/* (Out)
The model handle to be initialized
*/
)
Returns
PRO_TK_NO_ERRORThe argument corresponds to a valid composite feature with a valid composite model.
PRO_TK_BAD_INPUTSThe specified feature is not a valid composite feature.
PRO_TK_BAD_CONTEXTThe specified feature is a suppressed composite feature.
PRO_TK_E_NOT_FOUNDcomposite model is not a solid or is not in memory.

Manual References:

  1. Composite Design
  2. Composite Design