IsoparametricCurveInput.quantityOrDistance Property

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

Description

Gets the quantity or distance value to be used when creating the isoparametric curve. If the isSingle property returns true, this is the distance of the curve from the edge of the face. If the isSingle property is false, this is the quantity of curves in the result. To set this, use either the setDistributed or setSingle methods.

Syntax

"isoparametricCurveInput_var" is a variable referencing an IsoparametricCurveInput object.

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

// Get the value of the property.
Ptr<ValueInput> propertyValue = isoparametricCurveInput_var->quantityOrDistance();

Property Value

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

Version

Introduced in version April 2026