Category Mechanica, Object ProMechpoint

Callback ProMechpointFilterAction


Description
Filter action for the datum points that are included in a Creo Simulate geometry model.
Synopsis
#include <ProMechGeometry.h>
ProError(*ProMechpointFilterAction)(
ProMechPoint point
/* (In)
The datum points.
*/
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 ProMechPoint
  2. Creo Simulate: Geometry: Accessing ProMechPoint