Category Mechanica, Object ProMechedge

Function ProMechedgeContourVisit


Description
Visits the contours that contain this edge.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeContourVisit(
ProMechEdge edge
/* (In)
The edge.
*/
ProMechcontourVisitAction action
/* (In)
The visit action
*/
ProMechcontourFilterAction filter
/* (In)
The filter action
*/
ProAppData app_data
/* (In)
Application data passed to the action functions.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_E_NOT_FOUNDNo contours were found to visit because the edge is not a part of any surface's contours.
OtherError return from the visit action.

Manual References:

  1. Creo Simulate: Geometry: Accessing ProMechEdge
  2. Creo Simulate: Geometry: Accessing ProMechEdge