
Replacement in Object TOOLKIT: |

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 */ ) |

The function successfully visited the surfaces. | |
One or more of the input arguments are invalid. | |
The specified p_curve is a valid geometry item, but not a composite curve. | |
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. |


