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