Category Assembly, Object ProAsmcomp

Function ProAsmcompFlexibleSet


Description
convert the component to flexible one using the specified varied items
Replacement in Object TOOLKIT: wfcWComponentFeat::SetAsFlexible
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompFlexibleSet(
ProAsmcomp* comp
/* (In)
The component to be converted to flexible one
*/
ProAsmitem* varied_items
/* (In)
ProArray of varied items to be used for the flexible component definition. Path of varied items should start from "comp".
*/
)
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