| Description |
| Visit symbol definitions in the specified solid model. |
| Licensing Requirement |
|
TOOLKIT for 3D Drawings
|
| Synopsis |
| #include <ProDtlsymdef.h> |
| ProError | ProSolidDtlsymdefVisit | ( |
| ProSolid solid | |
| /*
(In) |
| The solid model handle. |
| */ |
| ProDtlitemVisitAction visit_action | |
| /*
(In) |
| Symbol definition visit action function. |
| */ |
| ProDtlitemFilterAction filter_action | |
| /*
(In) |
| Symbol definition filter action function. If NULL, all symbol definitions are visited using the action function. |
| */ |
| ProAppData appdata | |
| /*
(In) |
| The application data. |
| */ |
| ) |
| Returns |
|
|