API Documentation > Mechanica > Object ProMechconstrset > Function ProMechconstrsetConstrsGet
Function ProMechconstrsetConstrsGet
Description
Obtains the constraints in this constraint set.
Licensing Requirement
Synopsis
ProMechconstrsetConstrsGet
(
/* (In)
The constraint set.
*/
ProMechItem** constrs
/* (Out)
ProArray of constraints. The function allocates memory for this argument. Use ProArrayFree to free it.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The Input ProMechItem Solid pointer is invalid.
A general error was encountered.
The set does not have any constraints.
There is not enough memory to perform the operation.
User Guide References
Was this helpful?