SketchIsoparametricCurve.setDistributed Method

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

Description

Redefines that one or more isoparametric curves will be created along the U or V parameter curves of the face. The direction is defined using the isUDirection property.

Syntax

"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.
returnValue = sketchIsoparametricCurve_var.setDistributed(quantity)
"sketchIsoparametricCurve_var" is a variable referencing a SketchIsoparametricCurve object.

#include <Fusion/Sketch/SketchIsoparametricCurve.h>

returnValue = sketchIsoparametricCurve_var->setDistributed(quantity);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
quantity ValueInput The number of isoparametric curves to create. They are evenly distributed on the face. If a ValueInput is defined using a real value, it should be a whole number or it will be rounded to the nearest whole number. If a ValueInput is defined using a string, it is used as the expression of the parameter that will be created to control the number of curves and should be able to be evaluated as a unitless value.

Version

Introduced in version April 2026