FilletFeature.edgeSets Property

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

Description

Returns the edge sets collection associated with this fillet.

Syntax

"filletFeature_var" is a variable referencing a FilletFeature object.

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

// Get the value of the property.
Ptr<FilletEdgeSets> propertyValue = filletFeature_var->edgeSets();

Property Value

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

Samples

Name Description
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Version Introduced in version November 2014