Click or drag to resize
SoIntersectionDetectionActionRemoveIntersectionCallback Method (SoIntersectionDetectionActionIntersectionCB)

Note: This API is now obsolete.

Use Intersection event instead. Remove delegate from the invocation list

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

Parameters

cb
Type: OIV.Inventor.CollisionSoIntersectionDetectionActionIntersectionCB
See Also