FilletFeature.ruleFilletSettings Property

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

Description

Gets the RuleFilletSettings object for the rule fillet.

This is valid only when the filletFeatureType is FilletFeatureTypes.RuleFilletFeatureType, otherwise this returns null.

Syntax

"filletFeature_var" is a variable referencing a FilletFeature object.

# Get the value of the property.
propertyValue = filletFeature_var.ruleFilletSettings
"filletFeature_var" is a variable referencing a FilletFeature object.
#include <Fusion/Features/FilletFeature.h>

// Get the value of the property.
Ptr<RuleFilletSettings> propertyValue = filletFeature_var->ruleFilletSettings();

Property Value

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

Version

Introduced in version November 2025