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
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
    © 2025               Created by Scott Davidson.             
    Powered by