Number Series

https://helpcenter.graphisoft.com/wp-content/uploads/archicad-25/065_param-o/Number_Series_Big.png 

Defines a series of number variables. For example: [2.0, 4.0, 6.0, 8.0, 10.0].

Inputs

Name

Type

Description

Start

Number

The first element of the series.

Step

Number

The difference between elements in the series.

Count

Integer

The number of elements in the series.

Outputs

Name

Type

Description

Variable

Number List

The resulting variable.

  • Was this Helpful ?
  • YesNo
Relevant topics
Random Number
  Defines a random number variable. Inputs Name Type Description Min Number The minimum value of the random range. Max Number The maximum value of the random range. Outputs ...
Number Distribution
  Defines a series of number variables. The numbers are distributed equally over the given range. For example if you generate 3 numbers between 0 and 10 the result will be [0.0, 5.0, 10.0]. Inputs Name Type Description Start ...
Number
  Defines a number variable. You can create a GDL object parameter from this variable in the node settings dialog. Outputs Name Type Description Variable Number The resulting variable.