API Documentation > Sheetmetal > Object ProSmt > Function ProSmtOppsurfGet
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>
ProSmtOppsurfGet
(
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
The function sucessfully retrieved the information.
One or more of the input arguments are invalid.
The model is not a sheet metal part.
There is no matching surface.
User Guide References
Was this helpful?