API 文件集 > Mechanica > Object ProMechload > Function ProMechloadReferencesGet
Function ProMechloadReferencesGet
Description
Obtains the load geomrefs.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadReferencesGet
(
/* (In)
The load.
*/
ProMechGeomref** geomrefs
/* (Out)
ProArray of load 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 Input ProMechItem Solid pointer is invalid.
A general error was encountered.
There is not enough memory to perform the operation.
Sample Code References
這是否有幫助?