Share

RuleFilletSettings.asymmetricOffsetTwo Property

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

Description

Gets the parameter controlling the second offset of this asymmetric rule fillet. This property will return null when isConstantRadius is true. To edit the offset, 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.asymmetricOffsetTwo

Property Value

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

Version

Introduced in version November 2025

Was this information helpful?