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
這是否有幫助?