Category Geometry items, Object ProEdge

Function ProEdgeContourGet


Description
Finds a pointer to the contour associated with the edge.
Synopsis
#include <ProContour.h>
ProErrorProEdgeContourGet(
ProSurface surface
/* (In)
The surface of the contour
*/
ProEdge edge
/* (In)
The edge handle
*/
ProContour* p_cntr
/* (Out)
The pointer to the contour
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_E_NOT_FOUNDThe specified contour was not found.

Manual References:

  1. Core: 3D Geometry: Visiting Solid Geometry
  2. Core: 3D Geometry: Visiting Solid Geometry