Gets and sets the diameter.
# Get the value of the property.propertyValue = coilFeatureInput_var.diameter# Set the value of the property.coilFeatureInput_var.diameter = propertyValue
#include <Fusion/Features/CoilFeatureInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = coilFeatureInput_var->diameter();// Set the value of the property, where value_var is a ValueInput.bool returnValue = coilFeatureInput_var->diameter(value_var);