Gets and sets the JointGeometry object for this snap.
# Get the value of the property.propertyValue = configurationJointSnap_var.jointGeometry# Set the value of the property.configurationJointSnap_var.jointGeometry = propertyValue
#include <Fusion/Configurations/ConfigurationJointSnap.h>// Get the value of the property.Ptr<Base> propertyValue = configurationJointSnap_var->jointGeometry();// Set the value of the property, where value_var is a Base.bool returnValue = configurationJointSnap_var->jointGeometry(value_var);