API 설명서 > Sheetmetal > Object ProSmt > Function ProSmtPartThicknessGet
Function ProSmtPartThicknessGet
Description
Outputs the dimension which defines the thickness of a sheet metal part.
Synopsis
#include <ProSheetmetal.h>
ProSmtPartThicknessGet
(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProDimension* thickness
/* (Out)
The handle to the dimension that specifiesthe thickness.
*/
)
Returns
The function sucessfully retrieved the information.
One or more of the input arguments are invalid..
The model is not a sheet metal part.
Sample Code References
User Guide References
도움이 되셨나요?