BRepLumps.count Property

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

Description

Returns the number of lumps in the collection.

Syntax

"bRepLumps_var" is a variable referencing a BRepLumps object.

# Get the value of the property.
propertyValue = bRepLumps_var.count
"bRepLumps_var" is a variable referencing a BRepLumps object.
#include <Fusion/BRep/BRepLumps.h>

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

Property Value

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

Version

Introduced in version August 2014