API Documentation > Solids and parts > Object ProSolid > Function ProSolidDtlsyminstVisit
Function ProSolidDtlsyminstVisit
Description
Visits the 3D symbols in a given solid model.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDtlsyminst.h>
ProSolidDtlsyminstVisit
(
ProSolid solid
/* (In)
The solid model.
*/
/* (In)
The visit function for the symbols.
*/
/* (In)
The filter function for the symbols. Can be NULL.
*/
/* (In)
Application data passed to the visit and filter actions.
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
No symbols were found in the model.
Other
Error returned by the visit action.
User Guide References
Was this helpful?