Category Sheetmetal, Object ProSmt

Function ProSmtBendedgeParentGet


Description
Provides the most recent unbent (bent) equivalent to a specified edge in a currently bent (unbent) bend.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtBendedgeParentGet(
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
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, or the edge is not a bend edge.

Manual References:

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