Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can one access model/object/node statistics, such as the ones able to be displayed in the viewport?
I've found the GetPolygonCount method, which returns (FacesCounts, VertsCount), as well as the polyOp.getNumEdges, polyOp.getNumVerts, and polyOp.getNumFaces methods, but I can't seem to find any way to access information related to total triangles.
I'm trying to create a function that returns model statistics and would like to be able to include total counts for tris, quads, and ngons.
Solved! Go to Solution.