IsoparametricCurveInput.isUDirection Property

Parent Object: IsoparametricCurveInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/IsoparametricCurveInput.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

"isoparametricCurveInput_var" is a variable referencing an IsoparametricCurveInput object.

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

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

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

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

Property Value

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

Version

Introduced in version April 2026