API 설명서 > Geometry items > Object ProPoint > Callback ProPointFilterAction
Callback ProPointFilterAction
Description
This is the generic function for filtering a datum point.
Synopsis
#include <ProObjects.h>
(*ProPointFilterAction)
(
ProPoint p_point
/* (In)
The datum point handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProAsmcomppathDispPointVisit()
*/
)
Returns
Skip visiting this datum point and go to the next.
Other
Call the visit action for this datum point. The return value is passed as input to the visit action.
도움이 되셨나요?