Click or drag to resize
SoCollisionManagerFilterCollisionUserDataCB Delegate

Note: This API is now obsolete.

FilterCollisionCB delegate

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 FilterCollisionUserDataCB(
	SoPath p1,
	SoPath p2,
	Object data
)

Parameters

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

Return Value

Type: Boolean
See Also