MeshBodyList.item Method
Parent Object:
MeshBodyListDefined 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
MeshBody |
Returns the specified mesh body or null in the case of a invalid index. |
Parameters
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