python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there is a work around to add random elements to iterating list in C#?
I am trying to generate 10 random points in Grasshopper and add them to a list using the following code:
private void RunScript(object x, object y, ref object A)
{
List<Point3d> pts = new L...
Karim Yosef Rezk
Votes: 0
Answers: 2
comment box works only with interval ? tennor connection. Grasshopper Python
I want to create boxes because I want to do an tenor connection between the 2 objects. How can divide an interval with numbers. Because the box comment only work with intervals. Or do someone have ano...
Lily
Votes: 0
Answers: 1