TorusFeatures.count Property

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

Description

The number of torus features in the collection.

Syntax

"torusFeatures_var" is a variable referencing a TorusFeatures object.

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

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

Property Value

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

Version

Introduced in version September 2015