API 文件集 > Mechanica > Object ProMechload > Function ProMechloadReferencesSet
Function ProMechloadReferencesSet
Description
Sets the load geomrefs.
Licensing Requirement
Synopsis
#include <ProMechLoad.h>
ProMechloadReferencesSet
(
/* (In)
The load.
*/
ProMechGeomref* geomrefs
/* (In)
ProArray of load geomrefs. Multiple point references are not allowed for creating heat loads in Native mode.
*/
)
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.
Cannot access the object in the current mode.
There is not enough memory to perform the operation.
Cannot modify the item.
Sample Code References
這是否有幫助?