BRepLumpDefinitions.count Property

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

Description

The number of B-Rep lump definition objects in the collection.

Syntax

"bRepLumpDefinitions_var" is a variable referencing a BRepLumpDefinitions object.

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

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

Property Value

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

Version

Introduced in version September 2020