TMeshQueries::EdgeLengthStats

Compute the min, max, and mean edge lengths for the given mesh.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/MeshQueries.h

Include

#include "MeshQueries.h"

Syntax

static void EdgeLengthStats
(
    const TriangleMeshType & Mesh,
    double & MinEdgeLength,
    double & MaxEdgeLength,
    double & AverageEdgeLength,
    int NumSamples
)

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss