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