BRepEdges.count Property

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

Description

The number of edges in the collection.

Syntax

"bRepEdges_var" is a variable referencing a BRepEdges object.

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

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

Property Value

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

Version

Introduced in version August 2014