Share

MotionLinkInput.motionOne Property

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

Description

Gets and sets the first motion type.

Syntax

"motionLinkInput_var" is a variable referencing a MotionLinkInput object.

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

# Set the value of the property.
motionLinkInput_var.motionOne = propertyValue

Property Value

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

Version

Introduced in version November 2025

Was this information helpful?