Category Drawings and detail, Object ProDrawing

Function ProDrawingSolidsVisit


Description
Visits models in the specified drawing.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingSolidsVisit(
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
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSOne or more arguments was invalid
PRO_TK_E_NOT_FOUNDNo drawing models were found
OtherVisiting was stopped by the caller supplied functions with this error return.

Manual References:

  1. Drawings: Drawing Models
  2. Drawings: Drawing Models

Sample Code References:

  1. pt_examples ( TestDrwInfo.c )