API 文件集 > Sheetmetal > Object ProSmt > Function ProSmtPartThicknessValueGet
Function ProSmtPartThicknessValueGet
Description
Outputs the absolute thickness value of the sheet metal part.
Synopsis
#include <ProSheetmetal.h>
ProSmtPartThicknessValueGet
(
ProPart smt_part
/* (In)
The sheet metal part.
*/
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 model is not a sheet metal part.
這是否有幫助?