MeshBodies.count Property

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

Description

Returns the number of mesh bodies in the collection.

Syntax

"meshBodies_var" is a variable referencing a MeshBodies object.

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

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

Property Value

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

Version

Introduced in version August 2014