Gets and sets the ValueInput object that defines the extend distance
# Get the value of the property.propertyValue = extendFeatureInput_var.distance# Set the value of the property.extendFeatureInput_var.distance = propertyValue
#include <Fusion/Features/ExtendFeatureInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = extendFeatureInput_var->distance();// Set the value of the property, where value_var is a ValueInput.bool returnValue = extendFeatureInput_var->distance(value_var);