API Documentation > Mechanica > Object ProMechbeam > Function ProMechbeamMaterialIdGet
Function ProMechbeamMaterialIdGet
Description
Obtains the id of the material for the beam.
Licensing Requirement
Synopsis
#include <ProMechBeam.h>
ProMechbeamMaterialIdGet
(
/* (In)
The beam.
*/
int* matl_id
/* (Out)
The material id.
*/
)
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 is encountered.
User Guide References
Was this helpful?