Skip to content

OpenBIMRL | Sequence functions

Class path: collection.sequence.createRangeOfNumbers

Number range

createRangeOfNumbers1.png

Description

Creates a sequence of numbers specifying a range of numbers always starting at 0 and a number of steps within the range.

Input

Input Name Type Description
0 Upper limit Number Upper limit of the number range
1 Quantity Number Number of steps within the range

Output

Output Name Type Description
0 Sequence list List<Number> Sequence list

Use/Example

createRangeOfNumbers2.png

Node representation with sample values

Sample file

Download of a sample file so that the user can test the usage himself