API Documentation > Sheetmetal > Object ProSmt > Function ProSmtBendedgeParentGet
Function ProSmtBendedgeParentGet
Description
Provides the most recent unbent (bent) equivalent to a specified edge in a currently bent (unbent) bend.
Synopsis
#include <ProSheetmetal.h>
ProSmtBendedgeParentGet
(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProEdge edge
/* (In)
The bend edge
*/
ProEdge* parent
/* (Out)
The most recent unbent (bent) equivalent to the specified (bent) unbent 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, or the edge is not a bend edge.
User Guide References
Was this helpful?