| SoIntersectionDetectionActionFilterCB Delegate | 
 
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic delegate bool FilterCB(
	SoPath p1,
	SoPath p2
)
Public Delegate Function FilterCB ( 
	p1 As SoPath,
	p2 As SoPath
) As Boolean
public delegate bool FilterCB(
	SoPath^ p1, 
	SoPath^ p2
)
type FilterCB = 
    delegate of 
        p1 : SoPath * 
        p2 : SoPath -> boolParameters
- p1
 - Type: OIV.InventorSoPath
 - p2
 - Type: OIV.InventorSoPath
 
Return Value
Type: 
Boolean
Remarks
See Also