API Documentation > Mechanica > Object ProMechconstr > Function ProMechconstrReferencesSet
Function ProMechconstrReferencesSet
Description
Sets the constraint geomrefs.
Licensing Requirement
Synopsis
ProMechconstrReferencesSet
(
ProMechItem* constr
/* (In)
The constraint.
*/
ProMechGeomref* geomrefs
/* (In)
ProArray of constraint geomrefs. Multiple point references are not allowed for creating convection constraints.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
A general error was encountered.
Cannot access the object in the current mode.
Not enough memory to allocate data.
The ProMechItem's owner solid is invalid.
Sample Code References
User Guide References
Was this helpful?