API 文档 > Solids and parts > Object ProSolid > Function ProSolidFacetsetVisit
Function ProSolidFacetsetVisit
Description
Visits each of the facet sets found in the given solid model.
Synopsis
#include <ProFacet.h>
ProSolidFacetsetVisit
(
ProSolid solid
/* (In)
The part or assembly.
*/
/* (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
这对您有帮助吗?