Category Assembly, Object ProAsmcomp

Function ProAsmcompVarieditemsToModelAdd


Description
Add pre-defined flexible items to the regular component model to be used later when calling ProAsmcompFlexibleWithPredefineditemsSet(). All varied items are replaced by the provided ones.
Replacement in Object TOOLKIT: wfcWComponentFeat::CreatePredefinedFlexibilityComponent
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompVarieditemsToModelAdd(
ProMdl model
/* (In)
model which will contains the specified varied items
*/
ProAsmitem* varied_items
/* (In)
ProArray of varied items to be added as predefined flexibility for the specified model. Path of varied items should start from "model". All varied items are replaced by the provided ones.
*/
)
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