python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
C# code cannot be built properly with Visual Studio 2019
I want to build a pre_written C# code in VS 2019. The code was built but I only got a .pdb file, not a .gh file(a Grasshopper component). Could you please check the following text and tell me, is ther...
hasti
Votes: 0
Answers: 1
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