SketchCurves.sketchIsoparametricCurves Property

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

Description

Returns the isoparametric curves collection associated with this sketch. This provides access to the existing isoparametric curves and supports the creation of new isoparametric curves.

Syntax

"sketchCurves_var" is a variable referencing a SketchCurves object.

# Get the value of the property.
propertyValue = sketchCurves_var.sketchIsoparametricCurves
"sketchCurves_var" is a variable referencing a SketchCurves object.
#include <Fusion/Sketch/SketchCurves.h>

// Get the value of the property.
Ptr<SketchIsoparametricCurves> propertyValue = sketchCurves_var->sketchIsoparametricCurves();

Property Value

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

Version

Introduced in version April 2026