BRepCoEdges.count Property

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

Description

The number of co-edges in the collection.

Syntax

"bRepCoEdges_var" is a variable referencing a BRepCoEdges object.

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

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

Property Value

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

Version

Introduced in version August 2014