Library
|
Package
Frames
|
Expand
Java Toolkit
Interface CollectCurvesFilter
package
com.ptc.wfc.wfcCollection
;
public interface
CollectCurvesFilter
extends
com.ptc.pfc.pfcBase.ApplicationCallback
Description
Base class for classes to filter selections collected using
WSolid.CollectCurves(ChainCollectionUIControls, /*optional*/ CollectCurvesFilter, /*optional*/ Object, /*optional*/ CurveCollection)
Method Summary
boolean
FilterSelections
(
Selection
Sel, /*optional*/ Object AppData)
Method Detail
FilterSelections
boolean
FilterSelections
(
Selection
Sel, /*optional*/ Object AppData)
Manual References:
Curve and Surface Collection: Interactive Collection
,
Curve and Surface Collection: Curve Collection
Parameters:
Sel
Current selection.Filter method determines whether this is accepted or not.
AppData
Application data passed from
WSolid.CollectCurves(ChainCollectionUIControls, /*optional*/ CollectCurvesFilter, /*optional*/ Object, /*optional*/ CurveCollection)
Returns:
Accept selection if this method returns
true
otherwise reject the selection