Description | |||||||||||
Visits all the displayed components in the solid handle. | |||||||||||
Replacement in Object TOOLKIT: | wfcWAssembly::ListDisplayedComponents | ||||||||||
Synopsis | |||||||||||
#include <ProSolid.h> | |||||||||||
ProError | ProSolidDispCompVisit | ( | |||||||||
ProSolid handle | |||||||||||
/* (In) | |||||||||||
The solid handle. | |||||||||||
*/ | |||||||||||
ProSolidDispCompVisitAction visit_action | |||||||||||
/* (In) | |||||||||||
Visiting function applied to a displayed component solid. See comments for ProSolidDispCompVisitAction. | |||||||||||
*/ | |||||||||||
ProSolidDispCompFilterAction filter_action | |||||||||||
/* (In) | |||||||||||
The filter function. If NULL, all displayed components in the solid handle are visited using the action function. | |||||||||||
*/ | |||||||||||
ProAppData app_data | |||||||||||
/* (In) | |||||||||||
The application data to be passed to the filter and visiting functions. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|