MeshBody.mesh Property

Parent Object: MeshBody
Defined in namespace "adsk::fusion" and the header file is <Fusion/MeshBody/MeshBody.h>

Description

Returns the original mesh data that was imported. This can include triangles, quads, and polygons.

Syntax

"meshBody_var" is a variable referencing a MeshBody object.

# Get the value of the property.
propertyValue = meshBody_var.mesh
"meshBody_var" is a variable referencing a MeshBody object.
#include <Fusion/MeshBody/MeshBody.h>

// Get the value of the property.
Ptr<PolygonMesh> propertyValue = meshBody_var->mesh();

Property Value

This is a read only property whose value is a PolygonMesh.

Version

Introduced in version August 2014