MotionLinkInput.motionOne Property
Parent Object:
MotionLinkInputDefined 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 |
"motionLinkInput_var" is a variable referencing a MotionLinkInput object.
#include <Fusion/Components/MotionLinkInput.h>
// Get the value of the property. JointMotionTypes propertyValue = motionLinkInput_var->motionOne();
// Set the value of the property, where value_var is a JointMotionTypes. bool returnValue = motionLinkInput_var->motionOne(value_var); |
Property Value
This is a read/write property whose value is a
JointMotionTypes.
Version
Introduced in version November 2025