JointOrigins.itemByName Method

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

Description

Function that returns the specified joint origin using a name.

Syntax

"jointOrigins_var" is a variable referencing a JointOrigins object.
returnValue = jointOrigins_var.itemByName(name)
"jointOrigins_var" is a variable referencing a JointOrigins object.

#include <Fusion/Components/JointOrigins.h>

returnValue = jointOrigins_var->itemByName(name);

Return Value

Type Description
JointOrigin 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