Returns the number of triangles in the mesh.
# Get the value of the property.propertyValue = triangleMesh_var.triangleCount
#include <Fusion/MeshData/TriangleMesh.h>// Get the value of the property.integer propertyValue = triangleMesh_var->triangleCount();