Mesh.GetTopology
GetTopology(submesh: int): MeshTopology;
MeshTopology GetTopology(int submesh);
def GetTopology(submesh as int) as MeshTopology
Description

Gets the topology of a submesh.

See Also: MeshTopology enum, SetIndices function.