Share

RuleFilletSettings.isConstantRadius Property

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

Description

Gets and sets if the rule fillet is a constant or asymmetric radius type.

Syntax

"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.

# Get the value of the property.
propertyValue = ruleFilletSettings_var.isConstantRadius

Property Value

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

Version

Introduced in version November 2025

Was this information helpful?