Description | |||||||||||||||||
Associates constraint with given constraint set. | |||||||||||||||||
Licensing Requirement | |||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProMechConstraint.h> | |||||||||||||||||
ProError | ProMechconstrConstrsetAssign | ( | |||||||||||||||
ProMechItem* item | |||||||||||||||||
/* (In) | |||||||||||||||||
The constraint to be added. | |||||||||||||||||
*/ | |||||||||||||||||
int constrsetid | |||||||||||||||||
/* (In) | |||||||||||||||||
Constraintset id to which the constraint is to be added. | |||||||||||||||||
*/ | |||||||||||||||||
ProBool unassign | |||||||||||||||||
/* (In) | |||||||||||||||||
PRO_B_TRUE : Removes the constraint from previous set(if any). PRO_B_FALSE : Does not remove the constraint from previous set. Currently PRO_B_FALSE is not supported. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|