RuleFilletSettings.setToAsymmetric Method

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

Description

Changes the radius type to be asymmetric.

Syntax

"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.
returnValue = ruleFilletSettings_var.setToAsymmetric(offsetOne, offsetTwo)
"ruleFilletSettings_var" is a variable referencing a RuleFilletSettings object.

#include <Fusion/Features/RuleFilletSettings.h>

returnValue = ruleFilletSettings_var->setToAsymmetric(offsetOne, offsetTwo);

Parameters

Name Type Description
offsetOne ValueInput Input ValueInput object that defines the first offset of the asymmetric rule fillet. If the ValueInput uses a real value then it is interpreted as centimeters. If it is a string then the units can be defined as part of the string (i.e. "2 in") or if no units are specified it is interpreted using the current document units for length.
offsetTwo ValueInput Input ValueInput object that defines the second offset of the asymmetric rule fillet. If the ValueInput uses a real value then it is interpreted as centimeters. If it is a string then the units can be defined as part of the string (i.e. "2 in") or if no units are specified it is interpreted using the current document units for length.

Version

Introduced in version November 2025