Documentación de la API > Sheetmetal > Object ProSmt > Function ProSmtBendedgeChildGet
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>
ProSmtBendedgeChildGet
(
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
The function sucessfully retrieved the information.
One or more of the input arguments are invalid.
The model is not a sheet metal part.
input edge is inactive, but there is no active bent/unbent child
User Guide References
¿Fue esto útil?