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