Category Geometry items, Object ProQuilt

Callback ProQuiltSurfaceFilterAction


Description
This is the user generic function for filtering surfaces in a quilt.
Synopsis
#include <ProQuilt.h>
ProError(*ProQuiltSurfaceFilterAction)(
ProSurface surface
/* (In)
The handle to the surface
*/
ProAppData app_data
/* (In)
The user data passed to ProQuiltSurfaceVisit()
*/
)
Returns
PRO_TK_NO_ERRORVisit the next surface.
PRO_TK_CONTINUESkip this surface and do not call the visit function.
PRO_TK_GENERAL_ERRORStop visiting and the function returns.

Manual References:

  1. Core: 3D Geometry: Visiting Solid Geometry