Click or drag to resize
SoIntersectionDetectionActionSetFilterCallback Method
Overload List
  NameDescription
Public methodSetFilterCallback(SoIntersectionDetectionActionFilterCB) Obsolete.
Use FilterCallback property instead. Sets a filter which allow the user to continue or not the intersection finding for a pair of shapes. If the delegate returns true, the action search for real intersections, else it goes to the next shape pair.
Public methodSetFilterCallback(SoIntersectionDetectionActionFilterUserDataCB, Object) Obsolete.
Use FilterCallback property instead.
Top
See Also