Click or drag to resize
SoIntersectionDetectionActionSetIntersectEpsilon Method

Note: This API is now obsolete.

Sets epsilon (small value) to be used in the collision computation.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetIntersectEpsilon(
	float epsilon
)

Parameters

epsilon
Type: SystemSingle
Remarks

If the distance between two objects is less than epsilon, the objects are considered to have collided.Obsoletesince Open Inventor 4000 No longer used.

See Also