Share

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

Property Value

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

Samples

Was this information helpful?