Category Mechanica, Object ProMechedge

Callback ProMechedgeFilterAction


Description
Filter action for the edges that are included in a given solid volume, surface, or contour.
Synopsis
#include <ProMechGeometry.h>
ProError(*ProMechedgeFilterAction)(
ProMechEdge edge
/* (In)
The edge.
*/
ProAppData app_data
/* (In)
Application data passed to the function.
*/
)
Returns
PRO_TK_CONTINUEDon't pass the item to the visit action.
PRO_TK_NO_ERRORPass the item to the visit action, and pass this value as filter status.

Manual References:

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