Description | ||||||||||||||
Visits the 3D symbols in a given solid model. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDtlsyminst.h> | ||||||||||||||
ProError | ProSolidDtlsyminstVisit | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The solid model. | ||||||||||||||
*/ | ||||||||||||||
ProDtlitemVisitAction visit_action | ||||||||||||||
/* (In) | ||||||||||||||
The visit function for the symbols. | ||||||||||||||
*/ | ||||||||||||||
ProDtlitemFilterAction filter_action | ||||||||||||||
/* (In) | ||||||||||||||
The filter function for the symbols. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
Application data passed to the visit and filter actions. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|