SweepFeatures.count Property
Parent Object:
SweepFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SweepFeatures.h>
Description
The number of sweep features in the collection.
Syntax
"sweepFeatures_var" is a variable referencing a SweepFeatures object.
# Get the value of the property. propertyValue = sweepFeatures_var.count
|
"sweepFeatures_var" is a variable referencing a SweepFeatures object.
#include <Fusion/Features/SweepFeatures.h>
// Get the value of the property. uinteger propertyValue = sweepFeatures_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version November 2014