BRepVertices.count Property
Parent Object:
BRepVerticesDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepVertices.h>
Description
The number of vertices in the collection.
Syntax
"bRepVertices_var" is a variable referencing a BRepVertices object.
# Get the value of the property. propertyValue = bRepVertices_var.count
|
"bRepVertices_var" is a variable referencing a BRepVertices object.
#include <Fusion/BRep/BRepVertices.h>
// Get the value of the property. uinteger propertyValue = bRepVertices_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014