Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FDelaunay2 > API/Runtime/GeometryCore/CompGeom/FDelaunay2/GetFilledTriangles
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/Delaunay2.h |
| Include | #include "CompGeom/Delaunay2.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/Delaunay2.cpp |
bool GetFilledTriangles
&40;
TArray< FIndex3i > & TrianglesOut,
TArrayView< const FIndex2i > BoundaryEdges,
TArrayView< const FIndex2i > HoleEdges
&41; const
Remarks
Get (by reference) the triangles that are inside the given edges, removing the outside-boundary triangles and the inside-hole triangles true if any result was successfully computed (including an empty result). Currently only returns false if Triangulate() has not been called yet.
Parameters
| Name | Description |
|---|---|
| TrianglesOut | Will be filled with a subset of the triangulation that is 'inside' the given edges, as defined by the FillMode |
| BoundaryEdges | Constrained edges in the triangulation that define the boundary of the desired shape |
| HoleEdges | Constrained edges in the triangulation that define inner holes of the desired shape |