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.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Intersection event instead.")]
public void AddIntersectionCallback(
	SoIntersectionDetectionActionIntersectionCB cb
)

Parameters

cb
Type: OIV.Inventor.CollisionSoIntersectionDetectionActionIntersectionCB
See Also