API Documentation > Solids and parts > Object ProSolid > Function ProSolidCompdisplayVisit
Function ProSolidCompdisplayVisit
Description
Similar to ProSolidSimprepVisit, except this is for Comp Displays.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSolidCompdisplayVisit
(
ProSolid p_solid
/* (In)
The solid.
*/
/* (In)
The filter function. If NULL, all items are visited using the action function.
*/
/* (In)
The visiting function. If it returns anything other than PRO_TK_NO_ERROR, visiting stops.
*/
ProAppData app_data
/* (In)
The application data passed to the filter and visiting functions.
*/
)
Returns
The function successfully visited all the Comp Displays.
One or more of the arguments are invalid.
No Comp Displays were found.
Other
Any other value is the value returned by the action function (visiting stopped).
User Guide References
Was this helpful?