Joints.itemByName Method

Parent Object: Joints
Defined 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

Type Description
Joint Returns the specified item or null if an invalid name was specified.

Parameters

Name Type Description
name string The name of the item within the collection to return.

Version

Introduced in version September 2015