RipFeatures.count Property

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

Description

The number of Rip features in the collection.

Syntax

"ripFeatures_var" is a variable referencing a RipFeatures object.

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

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

Property Value

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

Version

Introduced in version September 2023