JointOrigin.name Property

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

Description

Gets and sets the name of this joint origin. This is the name seen by the user in the timeline.

Syntax

"jointOrigin_var" is a variable referencing a JointOrigin object.

# Get the value of the property.
propertyValue = jointOrigin_var.name

# Set the value of the property.
jointOrigin_var.name = propertyValue
"jointOrigin_var" is a variable referencing a JointOrigin object.
#include <Fusion/Components/JointOrigin.h>

// Get the value of the property.
string propertyValue = jointOrigin_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = jointOrigin_var->name(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version September 2015