Category Sheetmetal, Object ProSmt

Function ProSmtPartThicknessGet


Description
Outputs the dimension which defines the thickness of a sheet metal part.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtPartThicknessGet(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProDimension* thickness
/* (Out)
The handle to the dimension that specifiesthe thickness.
*/
)
Returns
PRO_TK_NO_ERRORThe function sucessfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid..
PRO_TK_BAD_CONTEXTThe model is not a sheet metal part.

Manual References:

  1. Production Applications: Sheetmetal: Geometry Analysis
  2. Production Applications: Sheetmetal: Geometry Analysis

Sample Code References:

  1. pt_userguide ( UgSmtFlatWallCreate.c )
  2. pt_userguide ( UgSmtFlatWallCreate.c )
  3. pt_userguide ( UgSmtFlgWallCreate.c )
  4. pt_userguide ( UgSmtFlgWallCreate.c )