SketchIsoparametricCurve.isUDirection Property

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

Description

Gets and sets the direction of the isoparametric curve on the surface. The curve follows the surface in either the U or V parametric direction. True indicates the U direction, which is also the default when the input is created.

Syntax

"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.

# Get the value of the property.
propertyValue = sketchIsoparametricCurve_var.isUDirection

# Set the value of the property.
sketchIsoparametricCurve_var.isUDirection = propertyValue
"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.
#include <Fusion/Sketch/SketchIsoparametricCurve.h>

// Get the value of the property.
boolean propertyValue = sketchIsoparametricCurve_var->isUDirection();

// Set the value of the property, where value_var is a boolean.
bool returnValue = sketchIsoparametricCurve_var->isUDirection(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version April 2026