API Documentation > Mechanica > Object ProMechbeam > Function ProMechbeamBeamdataGet
Function ProMechbeamBeamdataGet
Description
Obtains the beam data from this beam object.
Licensing Requirement
Synopsis
#include <ProMechBeam.h>
ProMechbeamBeamdataGet
(
/* (In)
The beam.
*/
/* (Out)
The beam-related data. Free this using ProMechbeamdataFree().
*/
)
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.
There is not enough memory to perform the operation.
A general error is encountered.
This item does not contain this type of data.
See Also
User Guide References
Was this helpful?