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 - 湖北福彩30选5玩法『9TBH·COM』158计划网时时彩20192023年3月19日6时0分33秒.H5c2a3.jeusyfvdq

Comment on: Topic 'divide in branches'
%4} = {0;1;0} {0;0;5} --> {0;5\4;5%4} = {0;1;1} {0;0;6} --> {0;6\4;6%4} = {0;1;2} {0;0;7} --> {0;7\4;7%4} = {0;1;3} {0;0;8} --> {0;8\4;8%4} = {0;2;0} {0;0;9} --> {0;9\4;9%4} = {0;2;1} .... {0;0;19} --> {0;19\4;19%4} = {0;4;3}…
Added by Danny Boyes at 11:39am on June 25, 2011
Comment on: Video 'Custom unroller'
搜索引擎站点的日常运营也一般不会受到任何的影响(软件工程)。它要具有不错的延展性——即使访问量爆增 十 倍,也不需要损耗 1一百 倍的计算资源(算法)。搜索内容的有关性往往跟网站之间的关系有关联——你得要一份可以显示哪一些网站跳转到哪一些别的网站的表单。…
Added by naasaki at 11:30am on January 28, 2022
Comment on: Video 'Structural Element Regulation Study 02'
,记住,看一次和看两次的效果是完全不一样的,要懂得顺序渐进,很多分析方法都是建立在基础的方法上的。…
Added by naasaki at 3:11pm on April 26, 2021
Comment on: Topic 'tree manipulation feature requests'
ee 3) {5} 0 15 {6} 0 16 And I want to place points at every possible combination of these coordinates, treating Tree 1 as X coordinates, Tree 2 as Y coordinates, and Tree 3 as Z coordinates. Also, I would like the list of points to be a tree with paths corresponding to the coordinates. Wouldn't it be nice if I could plug these trees into a Point XYZ, with a new "branch cross reference" method, and get the following result? {0:3:5} 0 {10.0, 13.0, 15.0} {0:3:6} 0 {10.0, 13.0, 16.0} {0:4:5} 0 {10.0, 14.0, 15.0} {0:4:6} 0 {10.0, 14.0, 16.0} {1:3:5} 0 {11.0, 13.0, 15.0} {1:3:6} 0 {11.0, 13.0, 16.0} {1:4:5} 0 {11.0, 14.0, 15.0} {1:4:6} 0 {11.0, 14.0, 16.0} {2:3:5} 0 {12.0, 13.0, 15.0} {2:3:6} 0 {12.0, 13.0, 16.0} {2:4:5} 0 {12.0, 14.0, 15.0} {2:4:6} 0 {12.0, 14.0, 16.0} In this form of cross referencing, every combination of individual branches from the different lists is used as separate input, and the output for each combination is put onto a branch in the result whose path is the concatenation of the input branch paths used.…
Added by Andy Edwards at 7:03pm on November 3, 2009
Comment on: Topic 'flip value and index in a list creating branches'
another example could be: index 3 value 6 index 4 value 6 index 5 value 6 flipped and branched: branch 6 index 0 value 3 branch 6 index 1 value 4 branch 6 index 2 value 5
Added by Ante Ljubas at 12:50pm on October 22, 2010
Comment on: Topic 'Simple Tree Structuring Question - Partition List for Branches'
o three parts: branch 1: {0;0} N = 3 {0;1} N = 3 branch 2: {1;0} N = 5 {1;1} N = 5 branch 3: {2;0} N = 30 {2;1} N = 30 parthmapper won't change the length of branch, explode tree won't give me two branches in one output …
Added by Congzheng ZOU at 3:55am on August 31, 2018
Comment on: Topic 'Hofstadter Sequence.'
6....... the Number 2 and number 5 have to be twice in the Sequence and only appear just one time  weird behavior …
Added by Toussaint Jimenez Rojas at 3:53pm on March 31, 2013
Comment on: Topic 'OT: Shanghai Bound'
你好 已经到了杭州么?今天?8月16日,几点钟?在杭州什么位置? 我托朋友找了一个翻译,非专业的翻译,可能仅仅可以帮助你了解西湖。 8月13日我在上海,不知道你的具体位置。 是我的误解? 很高兴能看到你!
Added by zlyx at 1:15pm on August 15, 2013
Topic: How to recompose m-lists of n-points, jumping from one list to the last, with a fixed interval the items??
the one-but-last list [4]. After running out of the n- items avalaible it should continue with the second item of list 0 and so on for all items on all the lists. Intput, six lists of 30 items each [0] (n=30) [1] (n=30) [2] (n=30) [3] (n=30) [4] (n=30) [5] (n=30) Output, 18 lists of 10 items each [0],i=0;[5],i=4; [4],i=7;... [0],i=1;[5],i=5; [4],i=8;... ... [5],i=1;[4],i=5; [3],i=0;... I thought perhaps the weave component or the relative tree item component but didn't manage to figure out how to compose the mask. I couldn't find much on how to use these. I guess it should wrap the lists, but not the items. Any help would be greatly appreciated.…
Added by Thorsten Lang at 2:27am on January 24, 2011
Topic: Order a tree
I have this : list 3 : 0 1 2 3 4 5 6 list 2 : 0 1 2 3 4 5 6 list 1 : 0 1 2 3 4 5 6 list 0 : 0 1 2 3 4 5 6 and I want to group the points of index 0 in a branch, the points of index 1 in another branch and so on. I attached a file in which I generated the points. Thank you in advance for your help ! Regards  Red…
Added by Radis at 11:59am on August 23, 2016
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • ...
  • 241

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Parametric Structure

    Parametric Structure

    by Parametric House 0 Comments 0 Likes

  • Tensile Column

    Tensile Column

    by Parametric House 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Parametric Structure

    Parametric Structure

    Added by Parametric House 0 Comments 0 Likes

  • Tensile Column

    Tensile Column

    Added by Parametric House 0 Comments 0 Likes

  • Quarter Pavilion Rhino Grasshopper Tutorial

    Quarter Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Circle Packs

    Circle Packs

    Added by Parametric House 0 Comments 0 Likes

  • Random Abstract 2d Pattern - Rhino Grasshopper

    Random Abstract 2d Pattern - Rhino Grasshopper

    Added by kgm 0 Comments 0 Likes

  • Inflated Diamonds

    Inflated Diamonds

    Added by Parametric House 0 Comments 0 Likes

  • Add Videos
  • View All
  • Facebook

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

Badges  |  Report an Issue  |  Terms of Service