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.