RuleFilletFeatureInput.asymmetricOffsetOne Property

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

Description

Returns the current first offset for an asymmetric fillet. Use setAsymmetricOffsets to set the offsets. Returns null in the case where the fillet is a constant radius fillet.

Syntax

"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.

# Get the value of the property.
propertyValue = ruleFilletFeatureInput_var.asymmetricOffsetOne
"ruleFilletFeatureInput_var" is a variable referencing a RuleFilletFeatureInput object.
#include <Fusion/Features/RuleFilletFeatureInput.h>

// Get the value of the property.
Ptr<ValueInput> propertyValue = ruleFilletFeatureInput_var->asymmetricOffsetOne();

Property Value

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

Version

Introduced in version November 2025