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 - 山东体彩扑克3豹子-『1TBH·COM』北京pk10科学--2023年3月30日5时45分54秒.H5c2a3.thzj5jp9h-cc

赵银娇赵银娇
ZanderZZXZanderZZX
Event: Presentation Autodesk/Rhino/VRAY in Vienna
Pérez Albà McNeel Europe presents Rhino 5.0, Matus Nedecký (flying architecture) and Fabio Palvelli (3D Dreaming) show VRAY for Rhino and rendering services for architecture. We also show the new Wacom Cintiq 22 HD touch. There are 2 events, the first at 15:00 and the second at 18:30. Places are limited to 30 people each. As a special event you can switch between the events at a basic coffee seminar "Coffee - from the plant to the cup" part. Coffee Museum in Austrian society and economy museum was founded by Edmund Mayr, who injected together with Arch Wilhelm Holzbauer, the increase of the flak tower in Esterhazy Park. His passion for collecting are also due to the many exhibits that he has collected from all over the world. Additionally Mag. Just shows a quick roundup of "100 Years of Life and Living in Vienna" and how the inventions of Dr. Carl Auer von Welsbach changed the world significantly. program: 15:00 to 15:45 Presentation software Autodesk Maya 2014 (group 1) 15:45 -. 16:00 Tour "100 years of life and living in Vienna / Dr Carl Auer von Welsbach in the Agricultural Museum (Group 1) 16:00 to 16:45 Presentation software Rhino 5.0 and VRAY (group 1) 5:00 p.m. to 6:15 p.m. basic coffee seminar "Coffee - from the plant to the cup" with Mr Edmund Mayr 18:30 to 19:15 Presentation software Autodesk Maya 2014 (Group 2) 19:15 -. 19:30 Tour "100 years of life and living in Vienna / Dr Carl Auer von Welsbach in the Agricultural Museum (Group 1) 19:30 to 20:15 Presentation software Rhino 5.0 and VRAY (Group 2) 20:15 finger found, drinks and "Come Together" 22:00 End of the event Participation is FREE, due to the limited number of places but registration is required. To register for the event, we ask you to select the following options: Online Registration 15:00 http://www.kkkc.at/component/seminar/?task=3&cid=5 Online Registration 18:30 http://www.kkkc.at/component/seminar/?task=3&cid=6 or by email: office@kkkc.at or Tel: 01-545 78 25…
Added by Christian Kobierski at 3:57am on May 15, 2013
Topic: Wish: matrix operations
ents will do or which components will be available.  My problem arises because I want to obtain a list such as the following: {{6, 5, 4, 3, 2, 1, 2, 3, 4, 5, 6}, {5, 6, 5, 4, 3, 2, 1, 2, 3, 4, 5}, {4, 5, 6, 5, 4, 3, 2, 1, 2, 3, 4}, {3, 4, 5, 6, 5, 4, 3, 2, 1, 2, 3}, {2, 3, 4, 5, 6, 5, 4, 3, 2, 1, 2}, {1, 2, 3, 4, 5, 6, 5, 4, 3, 2, 1}} Which displayed as a matrix is: If it were possible to combine GH operations (series, shift list, replace string...) with matrices I think it would be quite powerful. A matrix to list component like those available on scientific calculators, would then translate the matrix to list. For me, matrices come in handy when dealing with surface patterns. …
Added by Jesus Galvez at 6:46am on November 26, 2012
Comment on: Topic 'Rhino 6 WIP and Volox Systematic Crash'
set the percent to .05.  It will load close to 30 of the scans and then crash.  If I drop the percentage to .02 it works, but the cloud is pretty thin at that percentage and not very useful.  I did successfully load the LTU-A House file with .01 percent which is around 3 million points.    I am using Rhino 5.  Thanks !…
Added by Andrew Wolking to Volvox at 7:57am on January 18, 2018
Comment on: Topic 'repeating data tree structure?'
I'm guessing you meant the n = 3, 5, 4 not 3, 5, 5 I'm sure there's a simpler way but this generates the right data on the right paths for you
Added by Danny Boyes at 10:31am on June 26, 2012
Comment on: Topic 'Galapagos Convergence'
des].  I have 5-variables with 4 options each (a total of 4x4x4x4x4 = 1024 variations): Height: 6,7,8 & 9 ft Depth inside: 1, 2, 3 & 4 ft Depth outside: 1, 2, 3 & 4 ft Rotation outside: 0, 15, 30 & 45 degree Rotation inside: 0, 15, 30 & 45 degree I do not see convergence yet (see attached).  The last combination of variables say 9-ft high, 4-ft deep (inside & outside) and 0-deg rotation (horizontal) inside and outside.  Is this the optimized value of the light shelf parameters for the best illumination level at the sensor plane for that specific place, time and date? Shamim.…
Added by Shamim Javed at 1:01pm on November 3, 2013
Topic: Transpose list
The best way is to use a C# or a VB component to transpose these lists. I think in C# you can use transpose directly. You can ask this on the VB/C# forum on our new website, www.grasshopper3d.com - Scott On May 27, 3:56 am, Tonsgaard wrote: > Being a long time user of Generative Components trying to use > grasshopper i miss the "transpose" command. > I have a point list like this: > > 0, 1, 2, 3, 4, 5 > 0, 1, 2, 3, 4, 5 > 0, 1, 2, 3, 4, 5 > 0, 1, 2, 3, 4, 5 > 0, 1, 2, 3, 4, 5 > > and a want to transpose dimensions to: > > 1, 1, 1, 1, 1 > 2, 2, 2, 2, 2 > 3, 3, 3, 3, 3 > 4, 4, 4, 4, 4 > 5, 5, 5, 5, 5 > > Surely I am not the first in need of this... > how would i go about and do this...? I suppose its quite easy in VB > script, but being used to GC's C# like language, I kinda dont know how > to do this... > > thanks... > > Tonsgaard…
Added by Jes Tonsgaard at 9:06am on May 28, 2009
Comment on: Topic 'delete the duplicate data in a list.'
Would it possible to remove all the items which has clones? For example: [1, 1, 2, 3, 4, 3, 5, 6, 6] to [2, 4, 5]
Added by Kirill at 5:45am on April 19, 2020
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • ...
  • 908

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