Documentación de la API > Mechanica > Object ProMechconstr > Function ProMechconstrConstrsetsGet
Function ProMechconstrConstrsetsGet
Description
Obtains the ConstraintSet id's for the given constraint.
Licensing Requirement
Synopsis
ProMechconstrConstrsetsGet
(
/* (In)
The constraint.
*/
int** pp_constr_ids
/* (Out)
ProArray of Constraintset id's corresponding to the constraint. The function allocates memory for this argument. Use ProArrayFree() to free it.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
Creo Simulate session is not initialized.
The constraint is not associated with any constraintset
Not enough memory to allocate data.
A general error was encountered.
Sample Code References
User Guide References
¿Fue esto útil?