Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Mesh > API/Runtime/CADKernel/Mesh/Structure > API/Runtime/CADKernel/Mesh/Structure/FEdgeMesh
Syntax
TArray < int32 > EdgeVerticesIndex
Remarks
Index of the vertices of the mesh of the TopologicalEdge in the MeshModel vertex array i.e. EdgeVerticesIndex = {5,10,11,12,13,14,3} defines Edge(Vertices[5],Vertices[10]), Edge(Vertices[10],Vertices[11]) etc of the mesh (Edge is side of mesh's triangle). "Vertices" is the mesh model vertices array