Click or drag to resize
SoCollisionManagerCollisionUserDataCB Delegate

Note: This API is now obsolete.

CollisionUserDataCB 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 SoCollisionManagerResps CollisionUserDataCB(
	Object userData,
	ref SoCollidingPrimitive object,
	ref SoCollidingPrimitive scene
)

Parameters

userData
Type: SystemObject
object
Type: OIV.InventorSoCollidingPrimitive
scene
Type: OIV.InventorSoCollidingPrimitive

Return Value

Type: SoCollisionManagerResps
See Also