BRepCells.count Property

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

Description

The number of BRepCells in the collection.

Syntax

"bRepCells_var" is a variable referencing a BRepCells object.

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

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

Property Value

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

Version

Introduced in version June 2015