algorithmic modeling for Rhino
Tags:
Hi Mirco,
this should do:
//List of integer values, with a default capacity of (C) elements
List<int> result = new List<int>(C);
for (int i = 0; i < C; i++)
result.Add(i * N + S); //add to the result list
O = result;
Super Giulio!!
Thank you
Welcome to
Grasshopper
© 2025 Created by Scott Davidson.
Powered by