Click or drag to resize
SoIntersectionDetectionActionAddIntersectionCallback Method (SoIntersectionDetectionActionIntersectionCB)

Note: This API is now obsolete.

Use Intersection event instead. Adds a delegate to be invoked when there is an intersection.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("Use Intersection event instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AddIntersectionCallback(
	SoIntersectionDetectionActionIntersectionCB cb
)

Parameters

cb
Type: OIV.Inventor.CollisionSoIntersectionDetectionActionIntersectionCB
See Also