Description | ||||||||
Assigns the copy flag for a given item in the inheritance feature or flexible component. After making a change using this function, you should regenerate the feature's owner to completely update the status of the item. | ||||||||
Synopsis | ||||||||
#include <ProVariantFeat.h> | ||||||||
ProError | ProVariantfeatItemCopySet | ( | ||||||
ProFeature* feature | ||||||||
/* (In) | ||||||||
The variant feature | ||||||||
*/ | ||||||||
ProModelitem* item | ||||||||
/* (In) | ||||||||
The item. If the item is not currently varied in the feature this will force it to become varied. | ||||||||
*/ | ||||||||
ProBoolean copy | ||||||||
/* (In) | ||||||||
Whether or not to copy the item into the variant feature. If set, this overrides the "copy all" setting for the feature. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProSolidRegenerate |