BRepWires.count Property

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

Description

The number of B-Rep wire bodies in the collection.

Syntax

"bRepWires_var" is a variable referencing a BRepWires object.

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

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

Property Value

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

Samples

Name Description
BrepWire Sample BrepWires and BrepWire related functions

Version

Introduced in version December 2017