Joints.itemByName 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 a name.
Syntax
"joints_var" is a variable referencing a Joints object.returnValue = joints_var.itemByName(name)
|
"joints_var" is a variable referencing a Joints object.
#include <Fusion/Components/Joints.h>
returnValue = joints_var->itemByName(name);
|
Return Value
Joint |
Returns the specified item or null if an invalid name was specified. |
Parameters
name |
string |
The name of the item within the collection to return. |
Version
Introduced in version September 2015