Category Solids and parts, Object ProSolid

Function ProSolidDtlsymdefEntityVisit


Description
Visit entities in the specified symbol definition.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlsymdef.h>
ProErrorProSolidDtlsymdefEntityVisit(
ProDtlsymdef* def
/* (In)
The symbol definition.
*/
ProDtlsymdefItemVisitAction visit_action
/* (In)
Entity visit action function.
*/
ProDtlsymdefItemFilterAction filter_action
/* (In)
Entity 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 entities.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_E_NOT_FOUNDNo entities 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