SoIntersectionDetectionActionGetIntersectEpsilon Method |
Note: This API is now obsolete.
Queries epsilon (small value) to be used in the collision computation.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static float GetIntersectEpsilon()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetIntersectEpsilon As Single
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static float GetIntersectEpsilon()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetIntersectEpsilon : unit -> float32
Return Value
Type:
Single
RemarksObsoletesince Open Inventor 4000
No longer used.
See Also