| Description |
| Visit action for the surfaces that are included in a given solid volume. |
| Synopsis |
| #include <ProMechGeometry.h> |
| ProError | (*ProMechsurfaceVisitAction) | ( |
| ProMechSurface surface | |
| /*
(In) |
| The surfaces for a given solid volume. |
| */ |
| ProError error | |
| /*
(In) |
| Error return passed from the filter action. |
| */ |
| ProAppData app_data | |
| /*
(In) |
| Application data passed to the function. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | Continue visiting. |
| Any other value | | Stop visiting and pass this value as a return from the visit function. |
|