API Documentation > Sheetmetal > Object ProSmt > Function ProSmtOppedgeGet
Function ProSmtOppedgeGet
Description
Outputs the edge on the white (or green) face which opposes the one specified on the green (or white) face.
Synopsis
#include <ProSheetmetal.h>
ProSmtOppedgeGet
(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProEdge edge
/* (In)
The edge whose opposing edge is to be found.
*/
ProEdge* opposing_edge
/* (Out)
The opposing edge
*/
)
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 edge.
User Guide References
Was this helpful?