API 文件集 > Mechanica > Object ProMechconstr > Function ProMechconstrReferencesGet
Function ProMechconstrReferencesGet
Description
Obtains the constraint geomrefs.
Licensing Requirement
Synopsis
ProMechconstrReferencesGet
(
ProMechItem* constr
/* (In)
The constraint.
*/
ProMechGeomref** geomrefs
/* (Out)
ProArray of constraint geomrefs. The function allocates memory for this argument. Use ProMechgeomrefProarrayFree() to free it.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The ProMechItem's owner solid is invalid.
A general error was encountered.
Insufficient memory.
這是否有幫助?