Category Sheetmetal, Object ProSmtedge

Function ProSmtedgeContourGet


Description
Outputs an array of edges that form the complete contour of the entire green (or white) surface that contains the specified edge.
Synopsis
#include <ProSheetmetal.h>
ProErrorProSmtedgeContourGet(
ProPart smt_part
/* (In)
The sheet metal part
*/
ProEdge edge
/* (In)
The edge (on white or green surface) that is contained in the contour sought.
*/
ProEdge** edges
/* (Out)
Pointer to ProArray of edges. The edges are ordered exactly as for a regular surface contour. The array will be allocated and filled by Creo Parametric. Free it by calling ProArrayFree() when you no longer need it.
*/
)
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 specified edge is not on the green or white surface.

Manual References:

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