Syntax
Result = dbGetVertexDataIndexCount()
Description
This command will get the number of indices in the locked vertexdata. Indice data is formatted as a set of three values, representing an index to a vertex, and these three references form a polygon. These groups of three are used to describe a list of polygons. If the count is zero, it means the vertexdata has no indice data and relies on vertex information only, storred as groups of three vertex indices per polygon.
See Also
dbGetIndexData, dbGetVertexDataVertexCount, dbLockVertexDataForMesh, dbLockVertexDataForLimb, dbSetIndexData