Callback ProAxisFilterAction
Description
This is the generic function for filtering an axis.
Synopsis
#include <ProSolid.h>
(*ProAxisFilterAction)
(
ProAxis axis
/* (In)
The axis handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProSolidAxisVisit()
*/
)
Returns
Skip visiting this axis and go to the next axis.
Other
Call the visit action for this axis. The return value is passed as input to the visit action.
これは役に立ちましたか?