SketchIsoparametricCurve.quantityOrDistance Property

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

Description

Returns the parameter that controls the quantity or offset distance of the curves. If the isSingle property returns true, the parameter controls the distance of the curve from the edge of the face. If the isSingle property is false, the parameter controls the quantity of curves in the result. To change the values, use the returned ModelParameter object.

Syntax

"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.

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

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

Property Value

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

Version

Introduced in version April 2026