SplitFaceFeatures.count Property

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

Description

The number of split face features in the collection.

Syntax

"splitFaceFeatures_var" is a variable referencing a SplitFaceFeatures object.

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

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

Property Value

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

Version

Introduced in version June 2015