SoIntersectionDetectionActionSetIntersectEpsilon Method |
Sets epsilon (small value) to be used in the collision computation.
Namespace: OIV.Inventor.CollisionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetIntersectEpsilon(
float epsilon
)
Public Shared Sub SetIntersectEpsilon (
epsilon As Single
)
public:
static void SetIntersectEpsilon(
float epsilon
)
static member SetIntersectEpsilon :
epsilon : float32 -> unit
Parameters
- epsilon
- Type: SystemSingle
Remarks If the distance between two objects is less than epsilon, the objects are considered to have collided.
See Also