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