API Documentation > Solids and parts > Object ProSolid > Function ProSolidQuiltVisit
Function ProSolidQuiltVisit
Description
Visits all the quilts in the specified solid.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidQuiltVisit
(
ProSolid p_handle
/* (In)
The solid handle.
*/
ProQuiltVisitAction visit_action
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
ProQuiltFilterAction filter_action
/* (In)
The filter function. If NULL, all quilts 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 all the quilts.
Either no quilts exist, or they were all filtered out by the filter function.
Other
Any other value is the value returned by the action function (visiting stopped).
Sample Code References
User Guide References
Was this helpful?