Category Sheetmetal, Object ProSmt

Function ProSmtOppsurfGet


Description
Outputs the surface on the white (or green) face which opposes the one specified on the green (or white) face.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtOppsurfGet(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProSurface surface
/* (In)
The surface whose opposing surface is to be found.
*/
ProSurface* opposing_surf
/* (Out)
The opposing 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_CONTEXTThe model is not a sheet metal part.
PRO_TK_E_NOT_FOUNDThere is no matching surface.

Manual References:

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