FilletFeature.filletFeatureType Property

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

Description

Returns the FilletFeatureTypes indicating this fillet feature type.

Syntax

"filletFeature_var" is a variable referencing a FilletFeature object.

# Get the value of the property.
propertyValue = filletFeature_var.filletFeatureType
"filletFeature_var" is a variable referencing a FilletFeature object.
#include <Fusion/Features/FilletFeature.h>

// Get the value of the property.
FilletFeatureTypes propertyValue = filletFeature_var->filletFeatureType();

Property Value

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

Version

Introduced in version September 2025