Category Sheetmetal, Object ProSmt

Function ProSmtSurfaceTypeGet


Description
Returns the type of the sheet metal surface.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtSurfaceTypeGet(
ProPart sheetmetal_part
/* (In)
The sheet metal part
*/
ProSurface surface
/* (In)
The surface to check
*/
ProSmtSurfType* r_smt_surf_type
/* (Out)
The type of sheet metal surface
*/
)
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_CONTEXTInput argument is not a sheetmetal part

Manual References:

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

Sample Code References:

  1. pt_examples ( TestSmtlSurf.c )
  2. pt_userguide ( UgSmtFlatWallCreate.c )
  3. pt_userguide ( UgSmtFlatWallCreate.c )