MotionLink.isReversed Property
Parent Object:
MotionLinkDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/MotionLink.h>
Description
Gets and sets whether the motion is reversed or not.
Syntax
"motionLink_var" is a variable referencing a MotionLink object.
# Get the value of the property. propertyValue = motionLink_var.isReversed
# Set the value of the property. motionLink_var.isReversed = propertyValue |
"motionLink_var" is a variable referencing a MotionLink object.
#include <Fusion/Components/MotionLink.h>
// Get the value of the property. boolean propertyValue = motionLink_var->isReversed();
// Set the value of the property, where value_var is a boolean. bool returnValue = motionLink_var->isReversed(value_var); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version November 2025