API Documentation > Geometry items > Object ProQuilt > Function ProQuiltSurfaceVisit
Function ProQuiltSurfaceVisit
Description
Visits the surfaces of the specified quilt.
Replacement in Object TOOLKIT:
Synopsis
#include <ProQuilt.h>
ProQuiltSurfaceVisit
(
ProQuilt p_quilt
/* (In)
The quilt handle
*/
/* (In)
The action function
*/
/* (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
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.
Sample Code References
User Guide References
Was this helpful?