SketchIsoparametricCurves.add Method

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

Description

Creates sketch geometry that represents isoparametric curves on a face. An isoparametric curve follows the surface in either the U or V parametric direction at a constant parameter value. This results in the creation of associative isoparametric curves, which means they remain associated with the face and will update if the model changes. You can create a non-associative result by using the addUnlinked method..

The created curves can be accessed through the returned SketchIsoparametricCurve object and they are also available in the appropriate collections. For example, any lines will also be in the SketchLines collection.

Syntax

"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object.
returnValue = sketchIsoparametricCurves_var.add(input)
"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object.

#include <Fusion/Sketch/SketchIsoparametricCurves.h>

returnValue = sketchIsoparametricCurves_var->add(input);

Return Value

Type Description
SketchIsoparametricCurve Returns the SketchIsoparametricCurve object that was created as a result of the isoparametric curve operation.

Parameters

Name Type Description
input IsoparametricCurveInput The IsoparametricCurveInput object that specifies the input needed to create the isoparametric curve(s).

Version

Introduced in version April 2026