DEPRECATED: | Since Creo 7.0 | |||||||||||||
SUPERSEDED BY: | ProSolidBodySurfaceVisit | |||||||||||||
Description | ||||||||||||||
Visits all the surfaces in the specified solid. Note: This API will not work on solid having more than one body. Use ProSolidBodySurfaceVisit() for multi-body parts. |
||||||||||||||
Synopsis | ||||||||||||||
#include <ProSolid.h> | ||||||||||||||
ProError | ProSolidSurfaceVisit | ( | ||||||||||||
ProSolid p_handle | ||||||||||||||
/* (In) | ||||||||||||||
The solid handle. | ||||||||||||||
*/ | ||||||||||||||
ProSurfaceVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops. | ||||||||||||||
*/ | ||||||||||||||
ProSurfaceFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
The filter function. If NULL, all surfaces are are visited using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
The application data passed to the filter and visiting functions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|