Documentación de la API > Solids and parts > Object ProSolid > Callback ProSolidFilterAction
Callback ProSolidFilterAction
Description
The generic function for filtering a solid.
Synopsis
#include <ProDrawing.h>
(*ProSolidFilterAction)
(
ProSolid solid
/* (In)
The solid handle
*/
/* (In)
The application data passed to the function ProDrawingSolidsVisit()
*/
)
Returns
Skip visiting this solid and go to the next.
Other
Call the visit action for this solid. The return value is passed as input to the visit action.
¿Fue esto útil?