API 설명서 > Miscellaneous > Object ProFacetset > Function ProFacetsetFacetVisit
Function ProFacetsetFacetVisit
Description
Visits the facets in the faceted geometry set.
Synopsis
#include <ProFacet.h>
ProFacetsetFacetVisit
(
ProFacetSet* facet_set
/* (In)
The set of facetted geometry.
*/
/* (In)
The visit action
*/
/* (In)
The filter action
*/
ProAppData app_data
/* (In)
Application data passed to the action functions.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No items were found.
Any other value
Visiting stopped due to this error return from the visit action.
User Guide References
도움이 되셨나요?