Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/Spatial/MeshAABBTree3.h |
Include |
#include "Spatial/MeshAABBTree3.h" |
virtual MeshIntersection::FIntersectionsQueryResult FindAllSelfIntersections
(
bool bIgnoreTopoConnected,
const FQueryOptions & Options,
TFunction< bool &)> IntersectionFn
) const
Compute self intersections on our mesh. Returns pairs of intersecting triangles, which could intersect in either point or segment Currently does not return coplanar intersections.
Parameter |
Description |
---|---|
bIgnoreTopoConnected |
Ignore intersections between triangles that share a vertex (if false a lot of triangles that simply share an edge will be counted as self intersecting) |