Category Assembly, Object ProAsmcomp

Function ProAsmcompFlexiblemodelAdd


Description
Creates a flexible model from the specified model of the flexible component.
Replacement in Object TOOLKIT: wfcWComponentFeat::CreateFlexibleModel
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompFlexiblemodelAdd(
ProAsmcomp* comp
/* (In)
flexible component
*/
ProAsmcomppath* p_flex_mdl_path
/* (In)
relative path to flexible model from the top model of the flexible component
*/
ProMdl* p_flex_model
/* (Out)
the created flexible model
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Flexible Components
  2. Assembly: Basic Assembly Access: Flexible Components