BRepLoops.count Property

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

Description

The number of loops in the collection.

Syntax

"bRepLoops_var" is a variable referencing a BRepLoops object.

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

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

Property Value

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

Version

Introduced in version August 2014