OpenBIMRL | Sequence functions
Class path: collection.sequence.createRangeOfNumbers
Number range

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
Sample file
Download of a sample file so that the user can test the usage himself