Gets and sets the vertical offset distance. This defaults to zero.
# Get the value of the property.propertyValue = embossFeatureInput_var.verticalDistance# Set the value of the property.embossFeatureInput_var.verticalDistance = propertyValue
#include <Fusion/Features/EmbossFeatureInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = embossFeatureInput_var->verticalDistance();// Set the value of the property, where value_var is a ValueInput.bool returnValue = embossFeatureInput_var->verticalDistance(value_var);