Number slider

my number slider has a count 10,
but my revit model only reflects 9

is there a way i can change my count number to 9, and still reflecting 9 on my revit model?

everytime i change the count number there’s always like a (count -1) expression reflected on my revit model which I do not want. How can I make it the same?

A list always starts with index 0.

You can subtract or add 1 with an expression in the slider by right clicking the slider or in a separate component.

thank you, this might just be the easiest way.

1 Like