API 文件集 > Geometry items > Object ProCurve > Callback ProCurveCompFilter
Callback ProCurveCompFilter
Description
This is the filter function for ProCurveCompVisit().
Synopsis
#include <ProCurve.h>
(*ProCurveCompFilter)
(
ProCurve p_curve
/* (In)
The composite curve being processed.
*/
ProCurve p_comp
/* (In)
The current component being visited.
*/
int comp_idx
/* (In)
The index of the current component in the curve.
*/
ProBoolean comp_flip
/* (In)
This is PRO_TK_TRUE if the current component is flipped.
*/
ProAppData app_data
/* (In)
The data being passed to ProCurveCompVisit() by the caller.
*/
)
Returns
Call the visit action.
Skip to the next curve.
Stop visiting.
這是否有幫助?