SketchIsoparametricCurves.addUnlinked 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 method calculates and creates sketch geometry that represents the isoparametric curves but all intelligence about how they were created is lost and the result is regular sketch curves.

To create parametric isoparametric curves, use the add method.

Syntax

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

#include <Fusion/Sketch/SketchIsoparametricCurves.h>

returnValue = sketchIsoparametricCurves_var->addUnlinked(input);

Return Value

Type Description
SketchCurve[] An array of sketch curves that were 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). This is created using the createInput method.

Version

Introduced in version April 2026