API Documentation > Geometry items > Object ProSurface > Callback ProSurfaceFilterAction
Callback ProSurfaceFilterAction
Description
This is the generic function for filtering a surface.
Synopsis
#include <ProSolid.h>
(*ProSurfaceFilterAction)
(
ProSurface p_surface
/* (In)
The surface handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidSurfaceVisit()
*/
)
Returns
Skip visiting this surface and go to the next surface.
Other
Call the visit action for this surface. The return value is passed as input to the visit action.
User Guide References
Was this helpful?