Click or drag to resize
SoIntersectionDetectionAction.IntersectionUserDataCB 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.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public delegate SoIntersectionDetectionAction. Resps IntersectionUserDataCB(
	ref SoIntersectingPrimitive p1,
	ref SoIntersectingPrimitive p2,
	Object userData
)

Parameters

p1
Type: OIV.Inventor.SoIntersectingPrimitive
p2
Type: OIV.Inventor.SoIntersectingPrimitive
userData
Type: System.Object

Return Value

Type: SoIntersectionDetectionAction.Resps
See Also