IsoparametricCurveInput.isSingle Property

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

Description

Gets if a single or distributed curve creation has been specified. To change the type, call either the setSingle or setDistributed methods.

Syntax

"isoparametricCurveInput_var" is a variable referencing an IsoparametricCurveInput object.

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

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

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version April 2026