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 - 中国福利彩票83期『8TBH·COM』双色球2016145期开机号码分析2023年3月19日5时18分16秒.H5c2a3.7tnrrhfzd.gov.hk

Comment on: Topic 'OT: Shanghai Bound'
欢迎、欢迎、热烈欢迎! 你在这里失踪的一些时候,好象看到过有人用英文说你是美女一枚、、、 让我神往、、、 但是我不会讲英语,如果你能把中文学会, 我就去看你。
Added by zlyx at 12:15pm on August 5, 2013
Comment on: Group 'FabCafe Tokyo'
金岡さんへ 解法例有難うございます! ただすみません、私の説明不足ですが、Surfaceではなく、Close Brepへの方法でした。。。 自分でも再度もっかい考えてみたのですが、途中のShift pathが間違えていました。 http://youtu.be/dj_UHPOvISg 自己解決ですみません。考えていただいて有難うございます!
Added by UTB01 to FabCafe Tokyo at 6:43am on February 17, 2015
Topic: Hello all
在学业期间,学生们面临着许多障碍,其中最常见但又最具挑战性的是论文写作。它不仅要求对主题有深入的了解,而且还要求有能力以符合学术标准的连贯、有条理的方式表达对主题的理解。这就是 cn.essaypro.com 的意义所在。这个平台拥有一大批经验丰富的作家,确保学生得到最好的论文写作援助。他们的作家对不同的主题有全面的了解,保证了高质量的论文,可以帮助学生获得好成绩。
Added by Aaron Delatorre to Jackalope at 6:18am on July 1, 2023
Comment on: Topic 'Smartgeometry 2014 Hong Kong: Urban Compaction'
、、、不同角度的理解、诠释、运用和发掘规律、、、 新闻或者幻觉:马王堆墓穴中发掘出了丝绸做的鞋,不算是现代意义上真正的鞋,但是完成了一个完整的公式。 有一部分需要是共同的,在离开了沙滩和草地的时候。 找一个成熟的不一样的数学思维合作者,(可以一起申请参加sg2014活动,也可以不) 我想听到人们写给自己的语言,我不害怕听不懂; 也不在意你能看到我的美丽的脚和我们美丽的城市。 你存在?存在0.1%?如果≥1/4 With the two version of the PDF in the file upload, doubt, 10th should be able to see the many PDF. There are some scruples, confusion ——"The additional property of professional activities",——Subject classification, commercial, regional、、、 There is a place Africa, people don't wear shoes, A few people with grass or leather on the foot (and buildings——In order to spatial density) winding, the manufacture of shoes, two sales do two judgment: A There is no life belongs to shoes B this is the market. I spent a lot of energy explained to students, which is not to do programming people do、、、 the different angle understanding, interpretation, application and explore the law、、、 The news or illusion:Mawangdui tomb unearthed silk shoes , is not the modern sense of true shoes, but the completion of a complete formula. There is a need is common, when they leave the beach and grass. Find a mathematically mature different thinking partners,(Can apply to participate in the activities of the sg2014, also can not) I want to hear people wrote their own language, I am not afraid of don't understand; Don't care what you can see my beautiful feet and our beautiful city. Do you have? There are 0.1%? If ≥1 / 4 You know what I did wheni found out about you? msxf6688@163.com …
Added by zlyx at 10:46pm on March 5, 2014
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 for: Sam Ng
cy of design communication and the control of information-flow are as important as the creativity of ideas. In response to the concurrent digital evolution emerging in the architectural industry world-wide, the Faculty of Architecture at The University of Hong Kong will host a two week intensive summer program named Digital Practice.Led by professors from The University of Hong Kong, as well as invited practitioners with expertise in practice of cutting edge digital techniques, the program offers participants opportunities to experience applications of computational tools during different stages of an architectural project, i.e. concept design, form finding and optimization, delivery, management and communication of design information under the team-based working environment. By learning advanced computational techniques through case studies in the context of Hong Kong, participants are expected to go beyond the conventional perception of technology, considering users and tools as a feedback-based entity instead of a dichotomy. The program, which is taught in English, includes a series of evening lectures related delivered by teaching staff and invited local architects.對於高品質的建築專案,創意之外,專案過程中高效的設計資訊管理和交流成為項目設計深化和實施必不可少的環節。今天,數字化技術不但改變了建築師的繪圖工具,影響了設計的過程,而且提供了工程建造和管理實施的更有效、更高效的手段。針對建築的數位化演進,香港大學建築學院將於2011年暑假期間,在香港大學建築學院舉辦“數位化實踐”國際研習班。在香港大學建築學院教授及有著相關豐富經驗的外聘實踐建築師的指導下,學員將有機會體驗在專案的不同階段(如概念設計、設計形式的生成、優化,設計資訊的管理和交流),如何有效地應用各種運算智慧化技術(從設計的數位化生成和建築資訊類比到物理模型),提升設計實施的品質,增加設計團隊對於方案的控制。我們將挑戰對於“技術”的傳統認知,即相對於使用者它不僅是工具,更是與使用者互動的媒介,二者形成一個有機的合體。研習班期間會安排系列講座,展現數位化技術在實踐工程中的廣泛應用。…
Added by Victor Leung at 8:57am on July 22, 2011
Event: DIGITAL TOOLING vol.1
を進める。 後半で行われるコン ピュテーショナル・デザインの技術を使った料理の展開を紹介し、試食も行います。 ■第2部18:00~21:00(ワンドリンク制 ¥500) RGSS KANSAI(仮) 昨今、デザインの最先端で見られるようになったコンピューテーショナルデザイン。 すでにスタジアムや大型建築、プロダクトデザインなどの分野で認知されてます。デザイナやデザイナを目指す人達には今後必須の技術と言えるのではないでしょうか。 RhinocerosとGrasshopperをつかえば、今までプログラムの知識が必要だったアルゴリズミックな3Dデザインもスクリプティングを要さず生み出すことができます。 首都圏では数年前からRGSS(コンピューテーショナルデザインのコミュニティ)が存在し日本におけるコンピューテーショナルデザインの裾野を拡げています。 コンピューテーショナルデザインに関する技術や知識の交流が発生し、関西におけるデザイン技術の底上げを期待しています。 当日は2~3名のプレゼンテーションを予定。まずはキックオフ的にはじめてみて、続けていくことで形作っていければと思います。  大前 道久 OPH(おっさんパワーハウス)主催  15年間ジュエリーメーカーで勤務し、  制作からデザインまで様々な部署を経験してきました。  Grasshopperの恩恵を受け、新しい表現や効率的な  モデリングを実践しています。  私なりの、コンピューテーショナルなジュエリー制作を  見ていただきたいと思います。 FBイベントページ:https://www.facebook.com/events/709226442478364/…
Added by Michihisa Omae at 9:09pm on August 23, 2014
Photo: レンダリング
レンダリング Flamingo (nXt)を使用してのテストレンダリングです(モデリングはGrasshopper)。デフォルトでのレンダリングがとてもきれいです。 レンダリング速度は非常に早く好感触です。マテリアルを追加してのレンダリングは好き嫌いがあると思いますがまだベータバージョンですので今後に期待ですね。
Added by asakawa at 5:18pm on August 9, 2009
Event: Digital Practice: Hong Kong
ectural project, the efficiency of design communication and the control of information-flow are as important as the creativity of ideas. In response to the concurrent digital evolution emerging in the architectural industry world-wide, the Faculty of Architecture at The University of Hong Kong will host a two week intensive summer program named Digital Practice.Led by professors from The University of Hong Kong, as well as invited practitioners with expertise in practice of cutting edge digital techniques, the program offers participants opportunities to experience applications of computational tools during different stages of an architectural project, i.e. concept design, form finding and optimization, delivery, management and communication of design information under the team-based working environment. By learning advanced computational techniques through case studies in the context of Hong Kong, participants are expected to go beyond the conventional perception of technology, considering users and tools as a feedback-based entity instead of a dichotomy. The program, which is taught in English, includes a series of evening lectures related delivered by teaching staff and invited local architects.對於高品質的建築專案,創意之外,專案過程中高效的設計資訊管理和交流成為項目設計深化和實施必不可少的環節。今天,數字化技術不但改變了建築師的繪圖工具,影響了設計的過程,而且提供了工程建造和管理實施的更有效、更高效的手段。針對建築的數位化演進,香港大學建築學院將於2011年暑假期間,在香港大學建築學院舉辦“數位化實踐”國際研習班。在香港大學建築學院教授及有著相關豐富經驗的外聘實踐建築師的指導下,學員將有機會體驗在專案的不同階段(如概念設計、設計形式的生成、優化,設計資訊的管理和交流),如何有效地應用各種運算智慧化技術(從設計的數位化生成和建築資訊類比到物理模型),提升設計實施的品質,增加設計團隊對於方案的控制。我們將挑戰對於“技術”的傳統認知,即相對於使用者它不僅是工具,更是與使用者互動的媒介,二者形成一個有機的合體。研習班期間會安排系列講座,展現數位化技術在實踐工程中的廣泛應用。…
Added by Victor Leung at 5:56am on July 25, 2011
Blog Post: RGSS vol.32 Information

RGSS (rhino & grasshopper study session) Tokyo vol.32 will take place on 09 March.



Around 7pm, @…

Added by Yusuke Oono at 7:15pm on February 27, 2012
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Opening a specialty store.

    Opening a specialty store.

    by dasha nayda 2 Comments 0 Likes

  • 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

  • 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