MotionLinkInput.motionTwo Property

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

Description

Gets and sets the second motion type.

Syntax

"motionLinkInput_var" is a variable referencing a MotionLinkInput object.

# Get the value of the property.
propertyValue = motionLinkInput_var.motionTwo

# Set the value of the property.
motionLinkInput_var.motionTwo = propertyValue
"motionLinkInput_var" is a variable referencing a MotionLinkInput object.
#include <Fusion/Components/MotionLinkInput.h>

// Get the value of the property.
JointMotionTypes propertyValue = motionLinkInput_var->motionTwo();

// Set the value of the property, where value_var is a JointMotionTypes.
bool returnValue = motionLinkInput_var->motionTwo(value_var);

Property Value

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

Version

Introduced in version November 2025