BossFeatureSideInput.ribTotalAngle Property
Parent Object:
BossFeatureSideInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Plastic/BossFeatureSideInput.h>
Description
Get or set total angle for ribs distribution. Default is 360 deg.
Syntax
"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.
# Get the value of the property. propertyValue = bossFeatureSideInput_var.ribTotalAngle
# Set the value of the property. bossFeatureSideInput_var.ribTotalAngle = propertyValue
|
"bossFeatureSideInput_var" is a variable referencing a BossFeatureSideInput object.
#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);
|
Property Value
This is a read/write property whose value is a
ValueInput.
Version
Introduced in version October 2022