Documentação da API > Solids and parts > Object ProSolid > Function ProSolidDispCompVisit
Function ProSolidDispCompVisit
Description
Visits all the displayed components in the solid handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSolid.h>
ProSolidDispCompVisit
(
ProSolid handle
/* (In)
The solid handle.
*/
/* (In)
Visiting function applied to a displayed component solid. See comments for ProSolidDispCompVisitAction.
*/
/* (In)
The filter function. If NULL, all displayed components in the solid handle are visited using the action function.
*/
ProAppData app_data
/* (In)
The application data to be passed to the filter and visiting functions.
*/
)
Returns
The function successfully visited all the solids.
One or more input arguments was invalid.
Other
Any other value returned by the visit action (visiting stopped).
Sample Code References
User Guide References
Isto foi útil?