Description | |||||||||||
Removes a component constraint, given a handle to the assembly component and the index of the constraint to remove. Intrfc constraint remains intact since main intrfc plin couldn't be removed whence all plins will be restored upon regen. | |||||||||||
Replacement in Object TOOLKIT: | wfcWComponentFeat::RemoveConstraint | ||||||||||
Synopsis | |||||||||||
#include <ProAsmcomp.h> | |||||||||||
ProError | ProAsmcompConstrRemove | ( | |||||||||
ProAsmcomp* p_feat_handle | |||||||||||
/* (In) | |||||||||||
The handle to the assembly component. | |||||||||||
*/ | |||||||||||
int index | |||||||||||
/* (In) | |||||||||||
The index of component to be removed. Indexing begins with 0 and continues to (number of constraints-1). An index of -1 removes all the constraints. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|