Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshQueries
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/MeshQueries.h |
| Include | #include "MeshQueries.h" |
static void EdgeLengthStats
&40;
const TriangleMeshType & Mesh,
double & MinEdgeLength,
double & MaxEdgeLength,
double & AverageEdgeLength,
int NumSamples
&41;
Remarks
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.