BRepFaceDefinitions.count Property

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

Description

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

Syntax

"bRepFaceDefinitions_var" is a variable referencing a BRepFaceDefinitions object.

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

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

Property Value

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

Version

Introduced in version September 2020