SketchIsoparametricCurves.count Property

Parent Object: SketchIsoparametricCurves
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchIsoparametricCurves.h>

Description

Returns the number of isoparametric curves in the sketch.

Syntax

"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object.

# Get the value of the property.
propertyValue = sketchIsoparametricCurves_var.count
"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object.
#include <Fusion/Sketch/SketchIsoparametricCurves.h>

// Get the value of the property.
uinteger propertyValue = sketchIsoparametricCurves_var->count();

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version April 2026