Search
Show
- Discussions
-
in accepted solutions
- +
-
solved
- +
-
in DesignScript
1 - 3 of 3 discussions
Sorted by:
Hi, is there a "TRUE" mathematical random function in DesignScript, producing DIFFERENT numbers as result within one .ds-file. For instance I would like to generate a set of randomly gene...
01-10-2013
11:15 AM
4
Replies
151
Views
I have a funicular fireplace design that I created using Rhino Grasshopper. The design and the Grasshopper definition screen capture are attached. Grasshopper has a catenary curve component that cr...
10-20-2012
01:16 PM
1
Kudos
4
Replies
485
Views
My first attempt in DesignScript. import("ProtoGeometry.dll"); import("Math.dll"); num_pts = 100; s = 20; t = 0..360..#num_pts; R = 100; x = (R + s * (Math.Cos(t / 2)))...
10-20-2012
05:41 AM
2
Kudos
8
Replies
498
Views