FullRoundFilletFeatureInput.faceSets Property

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

Description

Gets the FullRoundFilletFaceSets object that provides support to create the face sets that will be used to create the full round fillet.

Syntax

"fullRoundFilletFeatureInput_var" is a variable referencing a FullRoundFilletFeatureInput object.

# Get the value of the property.
propertyValue = fullRoundFilletFeatureInput_var.faceSets
"fullRoundFilletFeatureInput_var" is a variable referencing a FullRoundFilletFeatureInput object.
#include <Fusion/Features/FullRoundFilletFeatureInput.h>

// Get the value of the property.
Ptr<FullRoundFilletFaceSets> propertyValue = fullRoundFilletFeatureInput_var->faceSets();

Property Value

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

Version

Introduced in version September 2025