Description | ||||||||||||||
Visits the set datum tag annotations in a solid model. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSetDatumTag.h> | ||||||||||||||
ProError | ProSolidSetdatumtagVisit | ( | ||||||||||||
ProSolid solid | ||||||||||||||
/* (In) | ||||||||||||||
The part or assembly. | ||||||||||||||
*/ | ||||||||||||||
ProSetdatumtagVisitAction action | ||||||||||||||
/* (In) | ||||||||||||||
The visit action | ||||||||||||||
*/ | ||||||||||||||
ProSetdatumtagFilterAction filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter action. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProAppData app_data | ||||||||||||||
/* (In) | ||||||||||||||
Application data passed to the action functions. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|