Documentação da API > Solids and parts > Object ProSolid > Function ProSolidDtlsymdefVisit
Function ProSolidDtlsymdefVisit
Description
Visit symbol definitions in the specified solid model.
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProDtlsymdef.h>
ProSolidDtlsymdefVisit
(
ProSolid solid
/* (In)
The solid model handle.
*/
/* (In)
Symbol definition visit action function.
*/
/* (In)
Symbol definition filter action function. If NULL, all symbol definitions are visited using the action function.
*/
ProAppData appdata
/* (In)
The application data.
*/
)
Returns
The function successfully visited the symbol definitions.
One or more arguments was invalid.
The function failed.
No symbol definitions were found.
Other
Return value passed by the caller's visit function.
User Guide References
Isto foi útil?