API Documentation > Assembly > Object ProAsmcomp > Function ProAsmcompVarieditemsToModelAdd
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.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompVarieditemsToModelAdd
(
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
The function succeeded
Model is in read-only state.
The input argument is invalid.
User Guide References
Was this helpful?