Get or set offset of the parting face from the selected position point.
# Get the value of the property.propertyValue = bossFeatureInput_var.offset# Set the value of the property.bossFeatureInput_var.offset = propertyValue
#include <Fusion/Plastic/BossFeatureInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = bossFeatureInput_var->offset();// Set the value of the property, where value_var is a ValueInput.bool returnValue = bossFeatureInput_var->offset(value_var);