RuleFilletSettings.radius Property

Parent Object: RuleFilletSettings
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/RuleFilletSettings.h>

Description

Gets the parameter controlling the radius of a constant radius rule fillet. This property will return null when isConstantRadius is false. To edit the radius, use properties on the parameter to change the value of the parameter.

Syntax

"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.

# Get the value of the property.
propertyValue = ruleFilletSettings_var.radius
"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
#include <Fusion/Features/RuleFilletSettings.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = ruleFilletSettings_var->radius();

Property Value

This is a read only property whose value is a ModelParameter.

Version

Introduced in version November 2025