Description | |||||||||||||||||
sets an array of constraints for a given Assembly component. This function modifies the component feature data and regenerates the assembly component. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcComponentFeat::SetConstraints | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProAsmcomp.h> | |||||||||||||||||
ProError | ProAsmcompConstraintsSet | ( | |||||||||||||||
ProAsmcomppath* component_path | |||||||||||||||||
/* (In) | |||||||||||||||||
The path to the owner assembly, if the contstraints have references to other members of the top level assembly. If the constraints are only with respect to the assembly owner in component, this should be NULL. | |||||||||||||||||
*/ | |||||||||||||||||
ProAsmcomp* component | |||||||||||||||||
/* (In) | |||||||||||||||||
The assembly component | |||||||||||||||||
*/ | |||||||||||||||||
ProAsmcompconstraint* p_constraints | |||||||||||||||||
/* (In) | |||||||||||||||||
ProArray of constraints | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|
|||||||||||||||||
See Also | |||||||||||||||||
ProWindowRepaint | |||||||||||||||||
ProTreetoolRefresh |