Documentación de la API > Sheetmetal > Object ProSmt > Function ProSmtBodyThicknessValueGet
Function ProSmtBodyThicknessValueGet
Description
Outputs the absolute thickness value of the sheet metal body.
Synopsis
#include <ProSheetmetal.h>
ProSmtBodyThicknessValueGet
(
ProSolidBody* smt_body
/* (In)
The sheet metal body.
*/
double* thickness
/* (Out)
The pointer to the thickness value.
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
The body is not a sheet metal body.
User Guide References
¿Fue esto útil?