MeshManager.displayMeshes Property
Parent Object:
MeshManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/MeshData/MeshManager.h>
Description
Returns a collection that provides access to all of the existing display meshes.
Syntax
"meshManager_var" is a variable referencing a MeshManager object.
# Get the value of the property. propertyValue = meshManager_var.displayMeshes
|
"meshManager_var" is a variable referencing a MeshManager object.
#include <Fusion/MeshData/MeshManager.h>
// Get the value of the property. Ptr<TriangleMeshList> propertyValue = meshManager_var->displayMeshes();
|
Property Value
This is a read only property whose value is a
TriangleMeshList.
Version
Introduced in version August 2014