Click or drag to resize
SoIntersectionDetectionActionIntersectionUserDataCB Delegate

Note: This API is now obsolete.

IntersectionCB delegate. See #AddIntersectionCallback for more details

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate SoIntersectionDetectionActionResps IntersectionUserDataCB(
	ref SoIntersectingPrimitive p1,
	ref SoIntersectingPrimitive p2,
	Object userData
)

Parameters

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

Return Value

Type: SoIntersectionDetectionActionResps
See Also