BRepLoopDefinitions.count Property

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

Description

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

Syntax

"bRepLoopDefinitions_var" is a variable referencing a BRepLoopDefinitions object.

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

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

Property Value

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

Version

Introduced in version September 2020