Description | ||||||||||||||
Visits each of the facet sets found in the given solid model. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProFacet.h> | ||||||||||||||
ProError | ProSolidFacetsetVisit | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The part or assembly. | ||||||||||||||
*/ | ||||||||||||||
ProFacetsetVisitAction action | ||||||||||||||
/* (In) | ||||||||||||||
The visit action | ||||||||||||||
*/ | ||||||||||||||
ProFacetsetFilterAction filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter action | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
Application data passed to the action functions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|