Category Solids and parts, Object ProSolid

Function ProSolidDtlsymdefVisit


Description
Visit symbol definitions in the specified solid model.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlsymdef.h>
ProErrorProSolidDtlsymdefVisit(
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
PRO_TK_NO_ERRORThe function successfully visited the symbol definitions.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_E_NOT_FOUNDNo symbol definitions were found.
OtherReturn value passed by the caller's visit function.

Manual References:

  1. Annotations: Annotation Features and Annotations: Locating and Collecting 3D Symbols and Symbol Definitions
  2. Annotations: Annotation Features and Annotations: Locating and Collecting 3D Symbols and Symbol Definitions