| Description |
| Visits the surfaces of the specified quilt. |
| Replacement in Object TOOLKIT: | pfcQuilt::ListElements |
| Synopsis |
| #include <ProQuilt.h> |
| ProError | ProQuiltSurfaceVisit | ( |
| ProQuilt p_quilt | |
| /*
(In) |
| The quilt handle |
| */ |
| ProQuiltSurfaceVisitAction action | |
| /*
(In) |
| The action function |
| */ |
| ProQuiltSurfaceFilterAction filter | |
| /*
(In) |
| The filter function. If NULL, all surfaces of the quilt are visited using the action function. |
| */ |
| ProAppData app_data | |
| /*
(In) |
| The application data passed to the filter and visiting functions |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function successfully visited the surfaces. |
| PRO_TK_BAD_INPUTS | | One or more of the input arguments are invalid. |
| PRO_TK_NOT_IMPLEMENTED | | The specified p_curve is a valid geometry item, but not a composite curve. |
| PRO_TK_E_NOT_FOUND | | The function did not visit any of the components, either because of the filter or for another reason. |
| Other | | Any other value means the action function returned something other than PRO_TK_NO_ERROR and stopped visiting the surfaces. |
|