FilletEdgeSets.count Property

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

Description

The number of fillet edge sets in the collection.

Syntax

"filletEdgeSets_var" is a variable referencing a FilletEdgeSets object.

# Get the value of the property.
propertyValue = filletEdgeSets_var.count
"filletEdgeSets_var" is a variable referencing a FilletEdgeSets object.
#include <Fusion/Features/FilletEdgeSets.h>

// Get the value of the property.
uinteger propertyValue = filletEdgeSets_var->count();

Property Value

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

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