Click or drag to resize
SoDualSceneColliderSetMinEdgeLength Method

Specifies the minimum length of a triangle edge.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetMinEdgeLength(
	double minEdgeLength
)

Parameters

minEdgeLength
Type: SystemDouble

if < 0, no edges are checked and all triangles of the scene are registered. Default value is 1E-8.

Remarks

Any triangle having an edge smaller than this minimum is not registered in the static and moving scene. This minimum length prevents the collider from having floating point precision errors which could lead to invalid detection of intersections.

See Also