Click or drag to resize
SoDualSceneColliderSearchNextIntersection Method

Method called by OIV.Inventor.Collision.SoDualSceneCollider.CheckCollision() for each pair of intersecting triangles found.

Namespace: OIV.Inventor.Collision
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual bool SearchNextIntersection()

Return Value

Type: Boolean
Remarks

The method returns false by default and may be overridden.

See Also