Get or set blend radius of the boss alignment tip.
# Get the value of the property.propertyValue = bossFeatureSideInput_var.alignmentTipRadius# Set the value of the property.bossFeatureSideInput_var.alignmentTipRadius = propertyValue
#include <Fusion/Plastic/BossFeatureSideInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = bossFeatureSideInput_var->alignmentTipRadius();// Set the value of the property, where value_var is a ValueInput.bool returnValue = bossFeatureSideInput_var->alignmentTipRadius(value_var);