Callback ProQuiltFilterAction
Description
This is the generic function for filtering a quilt.
Synopsis
#include <ProObjects.h>
(*ProQuiltFilterAction)
(
ProQuilt p_quilt
/* (In)
The quilt handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidQuiltVisit()
*/
)
Returns
Skip visiting this quilt and go to the next quilt.
Other
Call the visit action for this quilt. The return value is passed as input to the visit action.
User Guide References
これは役に立ちましたか?