Returns the original mesh data that was imported. This can include triangles, quads, and polygons.
# Get the value of the property.propertyValue = meshBody_var.mesh
#include <Fusion/MeshBody/MeshBody.h>// Get the value of the property.Ptr<PolygonMesh> propertyValue = meshBody_var->mesh();