MeshBodyList.item Method

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

Description

Provides access to a mesh body within the collection.

Syntax

"meshBodyList_var" is a variable referencing a MeshBodyList object.
returnValue = meshBodyList_var.item(index)
"meshBodyList_var" is a variable referencing a MeshBodyList object.

#include <Fusion/MeshBody/MeshBodyList.h>

returnValue = meshBodyList_var->item(index);

Return Value

Type Description
MeshBody Returns the specified mesh body or null in the case of a invalid index.

Parameters

Name Type Description
index uinteger The index of the mesh body to return, where an index of 0 is the first mesh body in the collection.

Version

Introduced in version August 2014