Get or set total angle for ribs distribution. Default is 360 deg.
# Get the value of the property.propertyValue = bossFeatureSideInput_var.ribTotalAngle# Set the value of the property.bossFeatureSideInput_var.ribTotalAngle = propertyValue
#include <Fusion/Plastic/BossFeatureSideInput.h>// Get the value of the property.Ptr<ValueInput> propertyValue = bossFeatureSideInput_var->ribTotalAngle();// Set the value of the property, where value_var is a ValueInput.bool returnValue = bossFeatureSideInput_var->ribTotalAngle(value_var);