Search
  • Sign In

Grasshopper

algorithmic modeling for Rhino

  • Home
    • Members
    • Listings
    • Ideas
  • View
    • All Images
    • Albums
    • Videos
    • Architecture Projects
    • Installations
    • Add-ons
  • Forums/Support
    • Current Discussions
  • My Page

Search Results - vr金星15分彩计划软件手机版式『1TBH·COM』福彩2017324开奖2023年3月19日5时51分39秒.H5c2a3.l3lldvl9l

Topic: If I have 5 numbers, let us say:
e! I do not have good ideas today!   The end result of the list would be:   5, 10, 15, 20, 21, (21 + 5), (21 + 10), (21 + 15), (21 + 20), (21 + 21), (42 + 5), (42 + 10), (42 + 15), (42 + 20), (42 + 21), etc …
Added by Andres Gonzalez at 10:41am on June 2, 2011
Comment on: Group 'FabCafe Tokyo'
"FabCafe Tokyoの金岡です。11/27(木) 19:00~ 『Open Fab Night for Rhinoceros+Grasshopper』の第二回を開催することになりました!皆様お気軽にお越しください! 詳しくはこちらhttps://www.facebook.com/events/304841829703141/
Added by FabCafe Tokyo to FabCafe Tokyo at 4:24am on November 18, 2014
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 'firefly connect with touch osc'
nd router's external IP (分享器), not your computer's IP (it should look like 192.168.0.xxx). Here's a quick tutorial to find your "real" IP: https://www.youtube.com/watch?v=g6Eyj8pjrNU…
Added by June-Hao Hou to Firefly at 8:57am on March 5, 2016
Comment on: Topic '(14/09/15)クラスA サンプルファイル'
Cにカーブ、Lに分割ピッチを入力 ③各分割点の接線方向のベクトルを出す。    ※ベクトルをRhino上で確認したい「vector display」     A(ancor point)にはPのポイントを、Vのベクトルには接線ベクトルのTを入れる。 ④各接線ベクトルからZ方向を排除し、world座標のX-Y平面に平行なベクトルに揃える。     接線ベクトルをxyzに分解 ⇒ 「deconstruct vector」     これを「vector xyz」によって再構築する。(x,yのみを入力すればよい)改めてvector displayで確認してみるとよい。 ⑤各点ごとに座標系を定義する。 ⇒ 「construct plane」で、OとXに、それぞれPとV(再構築したベクトル)を入力。     ※各分割点での座標系(平面)が小さく、確認できない場合がある。     display ⇒ preview plane size を100くらいに設定すると、良く見えるようになる。 ⑥階段のステップ(四角形)を描く。⇒ 「rectangle」を使用。以下のパラメータを入力。     P・・・使用する平面(先ほど作ったもの)     X・・・300     Y・・・800     ※長方形が階段状に表示されるが、原点がまちまち。 ⑦長方形の中心を、各分割点の原点に合わせる。     「area」コンポーネント ⇒ 面積を出すコンポーネントだが、同時に重心も出せる。     「vector 2 Pt」コンポーネント ⇒ AからBへのベクトルを作る。 これで原点から長方形の図芯へのベクトルを作成する。     「move」で長方形と、先ほど作ったベクトルを選択することで、全ての長方形の図芯を各座標系の中央に移動させる。 ⑧階段に厚みを付ける     長方形をサーフェイスに変換。 ⇒ 「boundary Surface」に長方形のジオメトリを入れて、サフェースにする。     面に厚みを付けて立体にする。 ⇒ 「Extrude」に、ジオメトリと、方向(Z軸)を入力。     Z軸は、ダブルクリック⇒zと入力⇒ 「unit z」 ⇒入力に数値(ベクトルの長さ)を入力。 ⑨手すりのカーブを作成する。     最初に参照したカーブを左右にオフセットさせる。     ⇒「offset」で、カーブのアイコンのものを選択。     Cにはカーブ(最初のカーブ)を入力     Dにはオフセット距離を入力。     階段幅(先ほど800と入力したモノ)の1/2を入れればよい。     「division」を使用。固定値は、「number」コンポ―の右クリック⇒setnumberで2を入力。     反対側も同様に用にして作る。     「marge」で2つのカーブを統合。     「move」でZ方向に800オフセット。 ⑩手すりを作る。 ⇒「pipe」 Cに先ほどマージしてmoveしたカーブを入力。Rに50を入力。 ⑪縦のパイプを作る。     divide lengthで両側の手すりのカーブを分割する。ピッチは最初にステップを分割したものと同じモノを持ってくる。     「line SDL」で縦のラインを作成する。     Sには先ほど分割した手すりの分割点。Dには方向(-z方向)、Lには距離(手すりのラインをオフセットさせた距離と同じ)を入力。     pipeでラインに沿ったパイプを作成。***…
Added by Yusuke Takei at 8:24am on September 16, 2014
Comment on: Topic 'number slider request'
vid@mcneel.com Poprad, Slovakia…
Added by David Rutten at 4:31pm on February 14, 2013
Topic: night time
ror "nighttime"  how could that be - must be in the weather file i assume - is there anyway to fix this ? suncalc.net gives me the following 00:00—02:17 — night 02:17—03:43 — astronomical twilight03:43—04:39 — nautical twilight04:39—05:19 — civil twilight05:19—05:23 — sunrise05:23—21:11 — daylight21:11—21:15 — sunset21:15—21:55 — civil twilight21:55—22:51 — nautical twilight22:51—00:17 — astronomical twilight00:17—00:00 — night plz help - thank you !!!  …
Added by pyrit to Ladybug Tools at 8:13am on September 13, 2015
Topic: Bespoke slicer - last step
of lines, etc) but I can't see a way to add the text I need where I need it. If I could get each line for the print run to generate automatically, I can put the rest in manually, so just need something like: ... ; I would do the previous to this manuallyG1 X10 Y5 Z3 G1 X5 Y5 E5 G1 X5 Y15 E10 ... ; I would do the rest manually for a 5 mm line from [10, 5, 3] to [5, 5, 3], followed by a 10mm line from there to [5, 15, 3]. Any pointers greatly appreciated. Ewan…
Added by Ewan Dorris at 1:02pm on March 23, 2017
Comment on: Topic 'Branch woes: Renaming & specifying'
in by hand, that's probably easiest if the numbers do not depend on some specific state.…
Added by David Rutten at 3:27am on September 6, 2017
  • 1
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • 37

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Vase

    Vase

    by Andrey Zotov 0 Comments 2 Likes

  • Vase Mesh

    Vase Mesh

    by Andrey Zotov 0 Comments 1 Like

  • Patterns

    Patterns

    by Andrey Zotov 0 Comments 0 Likes

  • Text1

    Text1

    by Andrey Zotov 0 Comments 0 Likes

  • Plate

    Plate

    by Andrey Zotov 0 Comments 2 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Floating Mobius Pavilion Rhino Grasshopper Tutorial

    Floating Mobius Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Magnet Shade Pavilion Rhino Grasshopper Tutorial

    Magnet Shade Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Ngon Mesh

    Ngon Mesh

    Added by Parametric House 1 Comment 0 Likes

  • Minimal Surface

    Minimal Surface

    Added by Parametric House 0 Comments 0 Likes

  • Wind Pavilion

    Wind Pavilion

    Added by Parametric House 0 Comments 0 Likes

  • Mobius Cutout Pavilion Rhino Grasshopper Tutorial

    Mobius Cutout Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Add Videos
  • View All
  • Facebook

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

Badges  |  Report an Issue  |  Terms of Service