Gets and sets the Animate joint preview option
# Get the value of the property.propertyValue = fusionProductPreferences_var.isJointPreviewAnimated# Set the value of the property.fusionProductPreferences_var.isJointPreviewAnimated = propertyValue
#include <Fusion/Fusion/FusionProductPreferences.h>// Get the value of the property.boolean propertyValue = fusionProductPreferences_var->isJointPreviewAnimated();// Set the value of the property, where value_var is a boolean.bool returnValue = fusionProductPreferences_var->isJointPreviewAnimated(value_var);