EntityList.GetStats (BlockKeyedCollection, Int32, Int32, Int32) Method

Get the statistics.
Public Function GetStats( _ 
ByVal blocks As BlockKeyedCollection, _ 
ByRef entitiesCount As Integer, _ 
ByRef verticesCount As Integer, _ 
ByRef trianglesCount As Integer
) As Dictionary(Of Type, Integer)
This language is not supported or no code example is available.
public Dictionary<Type, int> GetStats( 
BlockKeyedCollection blocks
out int entitiesCount
out int verticesCount
out int trianglesCount 
)
This language is not supported or no code example is available.

Parameters

blocks
BlockKeyedCollection

The blocks to process.

entitiesCount
int

The count of all the entities.

verticesCount
int

The count of all the vertices.

trianglesCount
int

The count of all the triangles.

Return Value

Dictionary<Type, int>

The dictionary with the count of each entity's type.

Remarks
 
The entities inside the blocks are processed only for the counting of vertices and triangles.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition