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