SketchIsoparametricCurves.createInput Method

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

Description

Creates a new IsoparametricCurveInput object that is used to specify the input needed to create new isoparametric curves.

Syntax

"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object.
returnValue = sketchIsoparametricCurves_var.createInput(face)
"sketchIsoparametricCurves_var" is a variable referencing a SketchIsoparametricCurves object.

#include <Fusion/Sketch/SketchIsoparametricCurves.h>

returnValue = sketchIsoparametricCurves_var->createInput(face);

Return Value

Type Description
IsoparametricCurveInput Returns the newly created IsoparametricCurveInput object or null if the creation failed.

Parameters

Name Type Description
face BRepFace The BRepFace on which to create the isoparametric curve.

Version

Introduced in version April 2026