TriangleMeshList.count Property

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

Description

Returns the number of meshes in the collection.

Syntax

"triangleMeshList_var" is a variable referencing a TriangleMeshList object.

# Get the value of the property.
propertyValue = triangleMeshList_var.count
"triangleMeshList_var" is a variable referencing a TriangleMeshList object.
#include <Fusion/MeshData/TriangleMeshList.h>

// Get the value of the property.
uinteger propertyValue = triangleMeshList_var->count();

Property Value

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

Version

Introduced in version August 2014