Category Solids and parts, Object ProSolid

Function ProSolidDtlsyminstVisit


Description
Visits the 3D symbols in a given solid model.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDtlsyminst.h>
ProErrorProSolidDtlsyminstVisit(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.
PRO_TK_E_NOT_FOUNDNo symbols were found in the model.
OtherError returned by the visit action.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Locating and Collecting 3D Symbols and Symbol Definitions
  3. Annotations: Annotation Features and Annotations: Locating and Collecting 3D Symbols and Symbol Definitions