Click or drag to resize
SoIntersectionDetectionActionSetFilterCallback Method (SoIntersectionDetectionActionFilterCB)

Note: This API is now 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.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use FilterCallback property instead.")]
public void SetFilterCallback(
	SoIntersectionDetectionActionFilterCB cb
)

Parameters

cb
Type: OIV.Inventor.CollisionSoIntersectionDetectionActionFilterCB
See Also