Search
  • Sign Up
  • 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 - pc28.am结果参考最新-『9TBH·COM』七星彩17140娟月--2023年3月19日6时44分37秒.H5c2a3.ic8kkym88

Topic: Parametric Bottle Design
created surface with sweep and rotate them with number of division. Section curves of 2Railsweep is defined with 3 Point arc and shape is also controlable. You can change shape by sliding 16 paramteters. The definition is rather long, hope somebody can modify with more sphiscated manner. 日本語 パラメトリックにボトルデザインをする.ghxファイルを作成しました。ボトルのプロファイルカーブを、参照となる円に対して、高さ、シフト、オフセットでコントロールポイントの位置情報を与えて定義。次にスイープで分割数だけ回転コピーして作成。 スイープの断面、3点円弧で作成し、形状コントロールするようにしています。 ボトル形状は、16のパラメーターをスライドすることで定義出来ます。 …
Added by Atsuo Nakajima at 3:14am on July 12, 2009
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
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
Blog Post: jg

Added by zlyx at 7:24pm on February 20, 2012
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
Topic: Kangarooを使用したVolonoiCell膨らませ
こんばんは。 先日のopen fab nightの最後に相談されていた方の形状をkangarooで試してみました。 (すみません。お名前とか聞いてないのでわからないのですが) kangarooとvolonoiを使用して湯飲みのような形状の周辺を膨らませるやり方を試しています。 持ってこられていたサンプルと同じ形の追求はやっていないのですが、やり方のひとつとして検討にいれてもらえれば幸いです。
Added by UTB01 to FabCafe Tokyo at 7:48am on March 15, 2015
Topic: 次回までの宿題について
皆さんこんにちは 次回のD、Eクラスに参加される方は、是非宿題をやって、こちらのフォーラムに投稿してください。授業内で紹介したいと思います! 宿題の内容は、「3Dのパラメトリックモデリングを作る」です。自分が今まで得たテクニックを用いて、パラメータを変更することでモデルが変化するグラスホッパーファイルを作ってください。どんなものでも結構です! よろしくお願いします! 堀川
Added by Junichiro Horikawa to FabCafe Tokyo at 10:55pm on September 22, 2014
Event: DIGITAL TOOLING vol.2
ったことないけど興味がある方♥ ぜひおこしください。必ずハートに火が着きます-* どうやったらできるの?オススメ参考図書など、みんなで情報を共有する刺激的な勉強会です。 ” DIGITAL TOOLING は未来のつくるの勉強会 ” DIGITAL TOOLINGではRhinoceros、Grasshopperに限らずコンピューテーションを幅広くとらえ共有する関西での交流、勉強会です。 ◼︎今回のフードは「タコ焼き」を予定しています。 ◼︎ワンドリンク制 500円、2杯目以降 300円 ■ゲスト *鈴木雄貴 / AP-LENS http://suzuki11.tumblr.com/ UI/UXデザイナー 京都 北山のsoftdevice inc.に所属し、SD LABで空間・立体を素材とするインタフェースをデザインしている. 個人活動として、アーティストのメディア・オーサリングやパーソナルプロダクトのデザインをしている. 京都精華大学 プロダクトデザイン学科 PCDコース 卒業 情報科学芸術大学院大学(略称:IAMAS)メディア表現研究科(メディア表現 修士) 卒業  *砂山太一 http://tsnym.nu/ 建築家/美術家/プログラマ。 コンピュータメディアや先端技術を応用した芸術表現および理論の研究をしている。 その他、マテリアライジング展企画運営や kwwekやgh/eなどのアートユニットもてがける。 Ecole Speciale d’Architecture(パリ)マスター課程修了。多摩美術大学彫刻学科卒業。 JAKOB+MACFARLANE , Bollinger+ Grohmann Parisなどに勤務・協働。 2012-2013東京大学工学部非常勤講師。 現在、京都市立芸術大学総合芸術学科特任講師、工学院大学建築学部非常勤講 師、 東京藝術大学大学院美術研究科後期博士課程。 ■運営 *大前道久 OPH(おっさんパワーハウス) 15年間ジュエリーメーカーで勤務し、制作からデザインまで様々な部署を経験してきました。Grasshopperの恩恵を受け、新しい表現や効率的なモデリングを実践しています。私なりのコンピューテーショナルなジュエリー制作をご紹介したいと思います。 http://www.tukuru.me/?p=2426 *木山潤平 sacsac 代表 3Dプリンターやレーザーカッターなどのデジタル工作機を使える場所を運営。これまでアナログのモノづくりに没頭してきたことを活かし、デジタルとアナログの間に立って、アウトプットできる環境を提供していきたいと思います。DIGITAL TOOLING(DT)を機にGrasshopperを勉強している初心者です。みなさん一緒にはじめましょう! FBページ https://www.facebook.com/events/886427334718542/…
Added by Michihisa Omae at 5:51am on September 23, 2014
Comment on: Topic 'Point Deform that can move brep's control Points'
lass BrepDeform Inherits GH_Component Public Reslist As New List(Of String) Public Sub New() MyBase.New("BrepDeform", "Deform", _ "移动物件的控制点" & vbCrLf & "(Move the control Point to change a object)", "SEG", "Modify") End Sub Public Overrides ReadOnly Property ComponentGuid As System.Guid Get Return New Guid("8226e0ea-ed6b-47c2-8a24-244f044152d8") End Get End Property Protected Overrides ReadOnly Property Internal_Icon_24x24() As System.Drawing.Bitmap Get Return My.Resources.SEG_BrepDeform End Get End Property Protected Overrides Sub RegisterInputParams(ByVal pManager As GH_Component.GH_InputParamManager) ' pManager.AddTextParameter("Guid", "Id", "将要被替换的犀牛物件" & vbCrLf & "(RhinoObjects that will be replaced)", GH_ParamAccess.item) 'Dim guidParam As New Param_Guid pManager.AddParameter(New Param_Guid, "Guid", "Id", "将要被替换的犀牛物件" & vbCrLf & "(RhinoObjects that will be replaced)", GH_ParamAccess.item) pManager.AddPointParameter("ControlPoint3d", "C", "控制点的位置" & vbCrLf & "(Control Point's location)", GH_ParamAccess.item) pManager.AddPointParameter("NewPoint3d", "P", "新控制点的位置" & vbCrLf & "(New Control Point's location)", GH_ParamAccess.item) pManager.AddNumberParameter("Tolerace", "T", "输入点与物件实际控制点对比的精度" & vbCrLf & "(Tolerace for the Control Point match)", GH_ParamAccess.item, 0.1) pManager.AddBooleanParameter("BlMove", "M", "如果是True则进行移动" & vbCrLf & "(If true Perform the Move)", GH_ParamAccess.item, False) End Sub Protected Overrides Sub RegisterOutputParams(ByVal pManager As Kernel.GH_Component.GH_OutputParamManager) pManager.AddTextParameter("Result", "RG", "结果列表" & vbCrLf & "(Result)", GH_ParamAccess.list) End Sub Public Overrides ReadOnly Property Exposure As GH_Exposure Get Return GH_Exposure.primary End Get End Property Protected Overrides Sub SolveInstance(ByVal DA As Kernel.IGH_DataAccess) If Banner.astrict.showmessage Then Return Dim Ids As Guid = Guid.Empty 'Dim Ids As String = String.Empty Dim tpt As Point3d = Point3d.Unset, opt As Point3d = Point3d.Unset Dim tolar As Double = 0.1 Dim blMove As Boolean = False If Not DA.GetData(0, Ids) Then Return If Not DA.GetData(1, opt) Then Return If Not DA.GetData(2, tpt) Then Return If Not DA.GetData(3, tolar) Then Return If Not DA.GetData(4, blMove) Then Return If Not blMove Then GoTo line1 Reslist.Add(Now & "_未替换!(Replace failed!)") Else Reslist.Clear() ' Grasshopper.Instances.ActiveCanvas.ModifiersEnabled = False End If ' rt.AddRange(docobjlist.Select(Function(geoobj As RhinoObject) GH_Convert.ObjRefToGeometry(New ObjRef(geoobj.Id)))) 'Private Checked(5) As Boolean, Namestr() As String = {"Point", "Curve", "Brep", "Mesh", "TextDot", "TextEntity"} Try Dim rh As RhinoDoc = Rhino.RhinoDoc.ActiveDoc Dim rhobj As RhinoObject = rh.Objects.Find(Ids) ' Dim rhobj As RhinoObject = rh.Objects.Find(New Guid(Ids)) Dim bobj As BrepObject = CType(rhobj, BrepObject) RhinoApp.RunScript("Cancel", False) RhinoApp.RunScript("Cancel", False) bobj.Select(True) RhinoApp.RunScript("_SolidPtOn", False) Dim gobjs As GripObject() = bobj.GetGrips ' rh.Views.RedrawEnabled = False For Each grpobj As GripObject In gobjs If grpobj.CurrentLocation.DistanceTo(opt) < tolar Then grpobj.Select(True) Dim CurrentPln As Plane = RhinoDoc.ActiveDoc.Views.ActiveView.ActiveViewport.ConstructionPlane Dim tropt As New Point3d(opt), trtpt As New Point3d(tpt) tropt.Transform(Transform.PlaneToPlane(Plane.WorldXY, CurrentPln)) trtpt.Transform(Transform.PlaneToPlane(Plane.WorldXY, CurrentPln)) Dim movestr As String = "_move " + String.Format("{0},{1},{2} ", tropt.X, tropt.Y, tropt.Z) + String.Format("{0},{1},{2} _Cancel _Cancel", trtpt.X, trtpt.Y, trtpt.Z) RhinoApp.RunScript(movestr, True) grpobj.Select(False) End If Next 'RhinoApp.RunScript("Cancel", False) 'RhinoApp.RunScript("Cancel", False) '' rh.Views.RedrawEnabled = True Reslist.Add(Now & "_替换成功!(Replace Success!)") Catch ex As Exception Reslist.Add(Now & "_替换失败!(Replace failed!)" & vbCrLf & ex.Message) End Try ' Grasshopper.Instances.ActiveCanvas.ModifiersEnabled = True line1: DA.SetDataList(0, Reslist) End Sub 'Private Sub Testt_PingDocument(sender As IGH_DocumentObject, e As GH_PingDocumentEventArgs) Handles Me.PingDocument ' Dim Mbool = Aggregate bcbool In Checked Into cb = Any(bcbool) ' If Not Mbool Then ' Checked(0) = True ' Message = Namestr(0) ' Order = 0 ' End If 'End Sub End Class The picture below shows the two question. Question One I must use data dam, or the component can't batch deal the brep. I don't know why, I have You can give me a solution to make it working  normal not using the data dam Question Two  I can not uset the Button component, If I use it, the gh canvas will die with some mouse event--. I have see this problem before in this forum,but there is no solution and explain. I want to know why and How to solve it.  I don't know if I have made my question clear,if not give a message. Thank you! Thank you all. The gh test file and 3dm test file in the upload files. …
Added by huaxiamengqing at 2:02am on June 8, 2015
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign Up
or Sign In

Translate

Search

Photos

  • Plan Drafting

    Plan Drafting

    by Parametric House 0 Comments 0 Likes

  • Antifunicular structure 4

    Antifunicular structure 4

    by David Afonso Gonçalves 0 Comments 0 Likes

  • Antifunicular structure 3

    Antifunicular structure 3

    by David Afonso Gonçalves 0 Comments 0 Likes

  • Antifunicular structure 2

    Antifunicular structure 2

    by David Afonso Gonçalves 0 Comments 0 Likes

  • Motion capture of a person playing badminton 1

    Motion capture of a person playing badminton 1

    by David Afonso Gonçalves 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Plan Drafting

    Plan Drafting

    Added by Parametric House 0 Comments 0 Likes

  • Parametric Frame

    Parametric Frame

    Added by Parametric House 0 Comments 0 Likes

  • Tapering Tower

    Tapering Tower

    Added by Parametric House 1 Comment 0 Likes

  • Polyline Simple Dimensions

    Polyline Simple Dimensions

    Added by Parametric House 1 Comment 0 Likes

  • Data visualization

    Data visualization

    Added by Parametric House 0 Comments 0 Likes

  • Random Spheres

    Random Spheres

    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