ChamferEdgeSets.count Property
Parent Object:
ChamferEdgeSetsDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ChamferEdgeSets.h>
Description
The number of chamfer edge sets in the collection.
Syntax
"chamferEdgeSets_var" is a variable referencing a ChamferEdgeSets object.
# Get the value of the property. propertyValue = chamferEdgeSets_var.count
|
"chamferEdgeSets_var" is a variable referencing a ChamferEdgeSets object.
#include <Fusion/Features/ChamferEdgeSets.h>
// Get the value of the property. uinteger propertyValue = chamferEdgeSets_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version December 2020