Share

FullRoundFilletFaceSet.areAutomaticSideFaces Property

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

Description

Property that returns a boolean value indicating whether the side faces are used as automatically inferred side faces. It returns true indicating that the side faces are not being shown in the dialog when the user edits the feature. Calling the setSideFaces method will cause this property to be changed to false.

Syntax

"fullRoundFilletFaceSet_var" is a variable referencing a FullRoundFilletFaceSet object.

# Get the value of the property.
propertyValue = fullRoundFilletFaceSet_var.areAutomaticSideFaces

Property Value

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

Version

Introduced in version September 2025

Was this information helpful?