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 GetAllEdgeLengths
(
const TriangleMeshType & Mesh,
TArray < double > & Lengths,
double & TotalLength
)
Remarks
Compute the length for each edge and return the result as an array of Mesh.MaxEdgeID() size. When mesh is not compact, the length of the missing edges is set to -1.0