BRepShellDefinitions.count Property
Parent Object:
BRepShellDefinitionsDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepShellDefinitions.h>
Description
The number of B-Rep shell definition objects in the collection.
Syntax
"bRepShellDefinitions_var" is a variable referencing a BRepShellDefinitions object.
# Get the value of the property. propertyValue = bRepShellDefinitions_var.count
|
"bRepShellDefinitions_var" is a variable referencing a BRepShellDefinitions object.
#include <Fusion/BRep/BRepShellDefinitions.h>
// Get the value of the property. uinteger propertyValue = bRepShellDefinitions_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version September 2020