Joints.item Method
Parent Object:
JointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/Joints.h>
Description
Function that returns the specified joint using an index into the collection.
Syntax
"joints_var" is a variable referencing a Joints object.returnValue = joints_var.item(index)
|
"joints_var" is a variable referencing a Joints object.
#include <Fusion/Components/Joints.h>
returnValue = joints_var->item(index);
|
Return Value
Joint |
Returns the specified item or null if an invalid index was specified. |
Parameters
index |
uinteger |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Version
Introduced in version July 2015