Category Solids and parts, Object ProSolid

Function ProSolidSetdatumtagVisit


Description
Visits the set datum tag annotations in a solid model.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProSetDatumTag.h>
ProErrorProSolidSetdatumtagVisit(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo set datum tag annotations were found in the model.
Any other valueThe value returned by the visit action to stop visiting.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags
  2. Annotations: Annotation Features and Annotations: Accessing Set Datum Tags