Returns the associated mesh that is used for the display. This will always be triangles and includes any textures.
# Get the value of the property.propertyValue = meshBody_var.displayMesh
#include <Fusion/MeshBody/MeshBody.h>// Get the value of the property.Ptr<TriangleMesh> propertyValue = meshBody_var->displayMesh();