RuleFilletSettings.ruleType Property
Parent Object:
RuleFilletSettingsDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RuleFilletSettings.h>
Description
Gets the rule type for the rule fillet.
Syntax
"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
# Get the value of the property. propertyValue = ruleFilletSettings_var.ruleType
|
"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
#include <Fusion/Features/RuleFilletSettings.h>
// Get the value of the property. RuleFilletRuleTypes propertyValue = ruleFilletSettings_var->ruleType();
|
Property Value
This is a read only property whose value is a
RuleFilletRuleTypes.
Version
Introduced in version November 2025