Click or drag to resize
SoIntersectionDetectionActionFilterUserDataCB Delegate

Note: This API is now obsolete.

FilterCB delegate. See #SetFilterCallback for more details

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate bool FilterUserDataCB(
	SoPath p1,
	SoPath p2,
	Object userData
)

Parameters

p1
Type: OIV.InventorSoPath
p2
Type: OIV.InventorSoPath
userData
Type: SystemObject

Return Value

Type: Boolean
See Also