TMeshQueries::EdgeLengthStatsFromEdges

Given a mesh and a subset of mesh edges, compute the min, max, and mean edge lengths.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

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

Include

#include "MeshQueries.h"

Syntax

static void EdgeLengthStatsFromEdges
(
    const TriangleMeshType & Mesh,
    const TArray< int > & Edges,
    double & MinEdgeLength,
    double & MaxEdgeLength,
    double & AverageEdgeLength
)

Remarks

Given a mesh and a subset of mesh edges, compute the min, max, and mean edge lengths.

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