Category Sheetmetal, Object ProSmt

Function ProSmtBendedgeChildGet


Description
Provides the active child edge of a sheet metal edge which is currently inactive due to subsequent bends/unbends.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtBendedgeChildGet(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProEdge edge
/* (In)
The edge
*/
ProEdge* child
/* (Out)
The active child of the specified invisible edge. (If the input edge is itself active, the same edge will be output.)
*/
)
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_FOUNDinput edge is inactive, but there is no active bent/unbent child

Manual References:

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