Returns the parent component that owns this joint.
# Get the value of the property.propertyValue = joint_var.parentComponent
#include <Fusion/Components/Joint.h>// Get the value of the property.Ptr<Component> propertyValue = joint_var->parentComponent();