Description | ||||||||||||||
Visits models in the specified drawing. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDrawingSolidsVisit | ( | ||||||||||||
ProDrawing drawing | ||||||||||||||
/* (In) | ||||||||||||||
the drawing | ||||||||||||||
*/ | ||||||||||||||
ProSolidVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
visit action | ||||||||||||||
*/ | ||||||||||||||
ProSolidFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
filter action. If NULL, visits all drawings using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
data for this action | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|