Click or drag to resize
SoCollisionManagerBBoxCollisionUserDataCB Delegate

Note: This API is now obsolete.

BBoxCollisionCB delegate

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]
public delegate void BBoxCollisionUserDataCB(
	Object userData,
	SoPath p1,
	SoPath p2
)

Parameters

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