RuleFilletFeatureInput.radius Property
Parent Object:
RuleFilletFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RuleFilletFeatureInput.h>
Description
Gets and sets the radius of the fillet. Setting this will set the fillet to a constant radius fillet and any asymmetric information will be lost. Returns null in the case the fillet is asymmetric.
Syntax
"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.
# Get the value of the property. propertyValue = ruleFilletFeatureInput_var.radius
# Set the value of the property. ruleFilletFeatureInput_var.radius = propertyValue |
"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.
#include <Fusion/Features/RuleFilletFeatureInput.h>
// Get the value of the property. Ptr<ValueInput> propertyValue = ruleFilletFeatureInput_var->radius();
// Set the value of the property, where value_var is a ValueInput. bool returnValue = ruleFilletFeatureInput_var->radius(value_var); |
Property Value
This is a read/write property whose value is a
ValueInput.
Version
Introduced in version November 2025