Joint.motionLinks Property
Parent Object:
JointDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/Joint.h>
Description
Returns the MotionLink objects that this joint is involved in.
Syntax
"joint_var" is a variable referencing a Joint object.
# Get the value of the property. propertyValue = joint_var.motionLinks
|
"joint_var" is a variable referencing a Joint object.
#include <Fusion/Components/Joint.h>
// Get the value of the property. std::vector<Ptr<MotionLink>> propertyValue = joint_var->motionLinks();
|
Property Value
This is a read only property whose value is an array of type
MotionLink.
Version
Introduced in version November 2025