AsymmetricFilletEdgeSet.offsetTwo Property

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

Description

Returns the model parameter that controls the offset distance of the fillet in the second direction You can edit the offset by using the properties on the returned ModelParameter object.

Syntax

"asymmetricFilletEdgeSet_var" is a variable referencing an AsymmetricFilletEdgeSet object.

# Get the value of the property.
propertyValue = asymmetricFilletEdgeSet_var.offsetTwo
"asymmetricFilletEdgeSet_var" is a variable referencing an AsymmetricFilletEdgeSet object.
#include <Fusion/Features/AsymmetricFilletEdgeSet.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = asymmetricFilletEdgeSet_var->offsetTwo();

Property Value

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

Version

Introduced in version November 2025