PlasticRules.count Property
Parent Object:
PlasticRulesDefined in namespace "adsk::fusion" and the header file is <Fusion/Plastic/PlasticRules.h>
Description
The number of plastic rules in the collection.
Syntax
"plasticRules_var" is a variable referencing a PlasticRules object.
# Get the value of the property. propertyValue = plasticRules_var.count
|
"plasticRules_var" is a variable referencing a PlasticRules object.
#include <Fusion/Plastic/PlasticRules.h>
// Get the value of the property. uinteger propertyValue = plasticRules_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version January 2024