Documentação da API > Drawings and detail > Object ProDrawing > Function ProDrawingSolidsVisit
Function ProDrawingSolidsVisit
Description
Visits models in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
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
Success
One or more arguments was invalid
No drawing models were found
Other
Visiting was stopped by the caller supplied functions with this error return.
Sample Code References
User Guide References
Isto foi útil?