Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshQueries
Description
Compute the min, max, and mean edge lengths for the given mesh. Optionally, choose a subest of size NumSamples and compute stats of that subset.
| Name | EdgeLengthStats |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/MeshQueries.h |
| Include Path | #include "MeshQueries.h" |
static void EdgeLengthStats
(
const TriangleMeshType & Mesh,
double & MinEdgeLength,
double & MaxEdgeLength,
double & AverageEdgeLength,
int NumSamples
)