BossFeatures.count Property

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

Description

The number of boss features in the collection.

Syntax

"bossFeatures_var" is a variable referencing a BossFeatures object.

# Get the value of the property.
propertyValue = bossFeatures_var.count
"bossFeatures_var" is a variable referencing a BossFeatures object.
#include <Fusion/Plastic/BossFeatures.h>

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

Property Value

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

Version

Introduced in version October 2022