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