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