Gets and sets the first JointGeometry or JointOrigin for this joint.
# Get the value of the property.propertyValue = jointInput_var.geometryOrOriginOne# Set the value of the property.jointInput_var.geometryOrOriginOne = propertyValue
#include <Fusion/Components/JointInput.h>// Get the value of the property.Ptr<Base> propertyValue = jointInput_var->geometryOrOriginOne();// Set the value of the property, where value_var is a Base.bool returnValue = jointInput_var->geometryOrOriginOne(value_var);