Object ProFacetset

Function ProFacetsetFacetVisit


Description
Visits the facets in the faceted geometry set.
Synopsis
#include <ProFacet.h>
ProErrorProFacetsetFacetVisit(
ProFacetSet* facet_set
/* (In)
The set of facetted geometry.
*/
ProFacetVisitAction action
/* (In)
The visit action
*/
ProFacetFilterAction 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 was invalid.
PRO_TK_E_NOT_FOUNDNo items were found.
Any other valueVisiting stopped due to this error return from the visit action.

Manual References:

  1. Core: 3D Geometry: Visiting Facets and Facet Sets