API Documentation > Mechanica > Object ProMechloadset > Function ProMechloadsetLoadsGet
Function ProMechloadsetLoadsGet
Description
Obtains the loads in this load set.
Licensing Requirement
Synopsis
#include <ProMechLoadset.h>
ProMechloadsetLoadsGet
(
/* (In)
The load set.
*/
ProMechItem** loads
/* (Out)
ProArray of loads. 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 contain any loads.
There is not enough memory to perform the operation.
User Guide References
Was this helpful?