Category Mechanica, Object ProMechvertex

Callback ProMechvertexFilterAction


Description
Filter action for the vertices that are included in a given solid volume.
Synopsis
#include <ProMechGeometry.h>
ProError(*ProMechvertexFilterAction)(
ProMechVertex vertex
/* (In)
The vertex.
*/
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 ProMechVertex
  2. Creo Simulate: Geometry: Accessing ProMechVertex