SketchFittedSplines.count Property
Parent Object:
SketchFittedSplinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchFittedSplines.h>
Description
Returns the number of fitted splines in the sketch.
Syntax
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object.
# Get the value of the property. propertyValue = sketchFittedSplines_var.count
|
"sketchFittedSplines_var" is a variable referencing a SketchFittedSplines object.
#include <Fusion/Sketch/SketchFittedSplines.h>
// Get the value of the property. uinteger propertyValue = sketchFittedSplines_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014