Search
  • Sign In

Grasshopper

algorithmic modeling for Rhino

  • Home
    • Members
    • Listings
    • Ideas
  • View
    • All Images
    • Albums
    • Videos
    • Architecture Projects
    • Installations
    • Add-ons
  • Download
    • Rhino 7 w/Grasshopper
    • Add-ons
  • Forums/Support
    • Current Discussions
    • Legacy Forum
  • Learn
    • Getting Started
    • Online Reference
    • API documentation
    • Video Tutorials
    • Common Questions
    • Scripting and Coding
    • Books and Articles
  • Attend
  • My Page

Search Results - 澳洲快乐8如何挣钱-『9TBH·COM』澳门大乐透49码--2023年3月19日6时46分34秒.H5c2a3.keyn8m8w9-gov-hk

Topic: Isolux curves for sky
et) should be converted like the picture in the attached file. The Y-axis are the hours: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 The X-axis are the months: January, February, Mars, April, May, June, July, Augustm, September, October, November, December. Isolux curve (©Christian Bartenbach; © Springer-Verlag) Thank you in advance :)…
Added by nass at 2:17am on May 19, 2017
Topic: Combine 3 Branches Into 1 Tree
have 1 tree with 8 branches and 6 items each.  Weave kinda does it but it order the point wrong as it puts 1 item from each tree and then the remaining 3 items from the middle tree last. Thank for any help. …
Added by ShynnSup at 9:37pm on June 24, 2017
Comment on: Topic 'path mapper help'
ems in the same way. Lofting was particularly difficult, you had to have a separate loft component for every lofted surface that you wanted to generate because the component would/could only see one large list of inputs. Then came along the data structures in GH v0.6 which allowed for the segregation of multiple input sets. If you go to Section 8: The Garden of Forking Paths of the Grasshopper Primer 2nd Edition you will find the image above describing the storing of data. Here you will notice a similarity between the path {0;0;0;0}(N=6) and the pathmapper Mask {A;B;C;D}(i). A is a placeholder for all of the first Branch structures (in this case just 0). B is a place holder for all the second branch structures possibly either 0, 1 or 2 in this case. And so forth. (i) is a place holder for the index of N. If you think of it like a for loop the i plays the same role. For the example {A;B;C;D}(i) --> {i\3} {0;0;0;0}(0) --> {0\3} = {0} {0;0;0;0}(1) --> {1\3} = {0} {0;0;0;0}(2) --> {2\3} = {0} {0;0;0;0}(3) --> {3\3} = {1} {0;0;0;0}(4) --> {4\3} = {1} {0;0;0;0}(5) --> {5\3} = {1} {0;0;0;1}(0) --> {0\3} = {0} {0;0;0;1}(1) --> {1\3} = {0} {0;0;0;1}(2) --> {2\3} = {0} {0;0;0;1}(3) --> {3\3} = {1} {0;0;0;1}(4) --> {4\3} = {1} {0;0;0;1}(5) --> {5\3} = {1} {0;0;0;1}(6) --> {6\3} = {2} {0;0;0;1}(7) --> {7\3} = {2} {0;0;0;1}(8) --> {8\3} = {2} ... {0;2;1;1}(8) --> {8\3} = {2} I'm not entirely sure why you want to do this particular exercise but it goes some way towards describing the process. The reason for the tidy up: every time the data stream passes through a component that influences the path structure it adds a branch. This can get very unwieldy if you let it go to far. some times I've ended up with structures like {0;0;1;0;0;0;3;0;0;0;14}(N=1) and by remapping the structure to {A;B;C} you get {0;0;1}(N=15) and is much neater to deal with. If you ever need to see what the structure is there is a component called Param Viewer on the first Tab Param>Special Icon is a tree. It has two modes text and visual double click to switch between the two. Have a look at this example of three scenarios in three situations to see how the data structure changes depending on what components are doing. …
Added by Danny Boyes at 3:03am on April 7, 2011
Topic: splitting data lists
would like to group the paths based on their item count (n) values resulting in a tree which should look something like this: {0;0} (3) {0;1} (2) {0;2} (2) {0;3} (1) in other words, all paths with 2 items are under one path, all with 6 items in another, and so on.  I feel that the pathmapper should be able to do this very easily but cannot figure out what the expression should be... I have tried searching the forum but have not had much luck!  Any ideas? Thanks a ton!…
Added by Sameer Kumar at 4:26pm on April 25, 2010
Comment on: Topic 'How to set a slider step'
Good to hear it helped. As for the slider you can just change the limits to Min=1 and Max=4, so you'll get the values you want (.2, .4, .6, .8). This works for me fine.
Added by Abraham Yezioro at 1:53am on December 18, 2012
Comment on: Topic 'PLANE TANGENT TO MULTIPLE SPHERES.'
(also note - There are actually 8 tangent planes to a set of 3 spheres, but I'm assuming here it is only the 2 external ones you are interested in)
Added by Daniel Piker at 6:17am on June 15, 2013
Comment on: Topic 'Grasshopper 0.8.0007 available for download'
ick OK, the value reverts to zeros for the change in decimal places. (changing from 3 to 6 results in the last 3 reverting to 0)   From that point, re-editing the value works perfectly.   Rhino 4 SR 8 and Rhino 5 1-March GH 0.8.0007 Win 7 32 Bit.…
Added by Barry Mair at 6:43am on March 8, 2011
Comment on: Topic 'i need help..'
Hey, {0} 0 {1} 1 2 {2} 3 4 5 {3} 6 7 8 9 {4} 9 10 11 12 13 14 ???
Added by Rémy Maurcot at 3:03am on December 19, 2012
Video: "Complex Structure - Karamba to Revit using Geometry Gym (IFC) (1 of 3)"
in Geometry Gym and then analysis in Robot Structural Analysis "…
Added by Randolph David Prime Jr at 1:47pm on April 20, 2016
Comment on: Video 'Structural Element Regulation Study 02'
,记住,看一次和看两次的效果是完全不一样的,要懂得顺序渐进,很多分析方法都是建立在基础的方法上的。…
Added by naasaki at 3:11pm on April 26, 2021
  • 1
  • ...
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • ...
  • 64

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Turning Torso Tower

    Turning Torso Tower

    by Parametric House 0 Comments 0 Likes

  • compensation

    compensation

    by monicca 1 Comment 0 Likes

  • SubD metaball

    SubD metaball

    by kgm 1 Comment 0 Likes

  • SubD metaball

    SubD metaball

    by kgm 0 Comments 0 Likes

  • Lines to Building

    Lines to Building

    by Parametric House 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Turning Torso Tower

    Turning Torso Tower

    Added by Parametric House 0 Comments 0 Likes

  • Midjourney generated image into 3D using Deep Learning - ZoeDepth + iRhino on iPad

    Midjourney generated image into 3D using Deep Learning - ZoeDepth + iRhino on iPad

    Added by kgm 0 Comments 0 Likes

  • Rhino SubD - Metaball 3D

    Rhino SubD - Metaball 3D

    Added by kgm 0 Comments 0 Likes

  • Lines to Building

    Lines to Building

    Added by Parametric House 0 Comments 0 Likes

  • Spiral Stair

    Spiral Stair

    Added by Parametric House 0 Comments 0 Likes

  • Offset Intersection

    Offset Intersection

    Added by Parametric House 0 Comments 0 Likes

  • Add Videos
  • View All
  • Facebook

© 2023   Created by Scott Davidson.   Powered by Website builder | Create website | Ning.com

Badges  |  Report an Issue  |  Terms of Service