Documentação da API > Geometry items > Object ProEdge > Function ProEdgeContourGet
Function ProEdgeContourGet
Description
Finds a pointer to the contour associated with the edge.
Synopsis
#include <ProContour.h>
ProEdgeContourGet
(
ProSurface surface
/* (In)
The surface of the contour
*/
ProEdge edge
/* (In)
The edge handle
*/
ProContour* p_cntr
/* (Out)
The pointer to the contour
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The specified contour was not found.
User Guide References
Isto foi útil?