Returns the number of polygons (more than 4 sides) in the mesh.
# Get the value of the property.propertyValue = polygonMesh_var.polygonCount
#include <Fusion/MeshData/PolygonMesh.h>// Get the value of the property.integer propertyValue = polygonMesh_var->polygonCount();