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

Topic: How to get RADIANCE and Daysim installed
e it helps, Mostapha PS: I forgot two things in the video: 1. if you don't install Radiance at C:\Radiance then you need to add the path to the system. Check this page: (https://openstudio.nrel.gov/getting-started-developer/getting-started-radiance). 2. You need to also install GHPython component. 3. Radiance has been moved to github and now you can download it from this page: (https://github.com/NREL/Radiance/releases). Download the latest .exe file for Windows.…
Added by Mostapha Sadeghipour Roudsari to Ladybug Tools at 8:30pm on March 11, 2014
Comment on: Topic 'Pollination for HB/LB'
each iteration. I'm currently running a simulation so I cannot clean up my file but you should be able to discern how it works. Special attention to the pollination part (bottom right) and also the text split component (which is crucial in making slider values into iterative parameters) right by the slider section on the left. For anyone interested, what it does is calculate the vertical sky cover of an urban canyon by rotating it around the y axis (what I call massing orientation) and also rotating each of the buildings individually (left or right building rotation). The massing rotation interval is 15 degrees and the building interval is 5 degrees, with a maximum of 40. This gives 1944 possible configurations which are further reduced by assigning a minimum distance between the two buildings of 6m. The check of that distance is a boolean (true or false) and acts as the toggle that starts the simulation. Finally, the simulation is of vertical sky cover which is the fastest one for testing and fits my needs. P.S.: I realize calculating VSC of this configuration for all 360 degrees doesn't make much sense but it's the ability of the definition to test this atm that matters and not the results. Hope this helps! Kind regards, Theodore.…
Added by Theodoros Galanos to Ladybug Tools at 7:46pm on January 26, 2016
Topic: Grasshopper error Rhino 4.0
ve all Rhino 4.0 versions are except for Rhino 5.0 which can be 64-bit but we're not running that yet since it's still in beta.  I am having the group policy call a batch file which I specified here: Computer Configuration -> Policies -> Windows Settings -> Scripts -> Startup The batch file looks like this: -- beginning of batch file@echo off c:cd\timeout /t 5 /nobreak"\\servername\deployments\Grasshopper\vcredist_x86.exe" /qtimeout /t 15 /nobreak"\\servername\deployments\Grasshopper\grasshopper_wip_20120122.exe" /silent exit-- end of batch fileWhere "servername" is the name of our server, I just omitted it from this discussion. After the machine reboots I log in as a user, open Rhino and in the command line I type "grasshopper" and hit enter.  I am then presented with the following error: Rhino Plug-in ErrorGrasshopper.dllUnable to load Grasshopper.dll plug-in: Rhino version not specified.Is there a step i am missing or does the syntax of the batch file need to be switched around perhaps?…
Added by Adam H at 10:35am on March 5, 2012
Event: Il nuovo calendario attività della Medaarch per l'anno 2014
rsi giornalieri (livello base) dedicati a 4 diversi topic Rhinoceros - 8 febbraio Grasshopper - 16 febbraio Rhino cam - 8 marzo Stampa 3D - 9 marzo tutor: Amleto Picerno Ceraso, Francesca Viglione, Gianpiero Picerno Ceraso. . Arduino for interaction (livello base-medio) 15, 16 marzo Il workshop parte dalle basi della programmazione di arduino fino ad arrivare all’interazione tra un oggetto fisico ed un imput informativo tutor: Gianpiero Picerno Ceraso . Grasshopper advanced: “Complex surface”  (livello medio) - 18, 19, 20 marzo Il workshop ha come obiettivo lo sviluppo di superfici complesse rispondenti ad informazioni provenienti dall’ambiente. Il corso parte dalle nozioni di Grasshopper fino ad arrivare alla possibile realizzazione di un oggetto tramite le tecniche di fabbrizazione digitale. tutor: Amleto Picerno Ceraso nb: è richiesta una conoscenza base di Grasshopper . Emotional design (livello alto) 23, 24, 25 marzo Il workshop verterà sull’acquisizione, registrazione e manipolazione di tali dati/emozioni tramite Grasshopper e il loro utilizzo per controllare i parametri del design di specifici oggetti che diventeranno quindi, essendo customizzanti con le specifiche emozioni dell’utente, istanze e memoria tattile di precise esperienze. tutor: Andrea Graziano nb: è richiesta una conoscenza base di Grasshopper . Fabricated fashion (livello alto) 26, 27, 28, 29, 30 marzo Il tema del workshop verte sulle tecniche di progettazione digitale applicate al fashion. tutor: Luis e Elizabeth Fraguada nb: è richiesta una conoscenza base di Grasshopper . Blender (livello alto) - 16, 17, 18 maggio tutor: Andrea Graziano . Interaction design: Arduino + Grasshopper (livello medio) - 2, 3, 4 maggio Il corso ha l’obiettivo di indagare processi di interazione tra le persone e gli ambienti in cui vivono attraverso il responsive design. nb: è richiesta una conoscenza base di Grasshopper e Arduino. tutor: Amleto Picerno Ceraso del Mediterranean FabLab e Antonio Grillo del FabLab Napoli. info su costi: http://www.medaarch.com/2765-il-nuovo-calendario-attivita-firmato-medaarch/ …
Added by Francesca Luciano at 2:41am on January 28, 2014
Topic: Random rotation of geometry in a list
te one of the boxes (kind of). Now I'm trying to set up the pattern, but I would like it to be random. I'm having trouble coming up with the actual algorithm, though. I'm able to generate a list of items, randomly select some of them, and rotate them. I can also select the item after a rotated one and move it to the right. However, I'm having trouble selecting all of the items after an item that's been rotated, and moving all of them. Let's say I have a list of 15 elements and numbers 3, 6, and 7 are rotated. I would need to move numbers 4 through 14 (since it starts at 0) to the right by an x amount; numbers 7 through 14 to the right by a 2x amount; and numbers 8 through 14 by a 3x amount. How should I go about doing this? I'll add my current non-working setup. I should note that since I'm new, it probably looks horribly disorganized. Sorry about that. Thanks!…
Added by Robin at 2:59pm on January 12, 2017
Event: Workshop Santiago Chile / MORPHOLOGICAL DESIGN
e técnicas avanzadas de modelación 3d y su fabricación digital (corte láser e impresión 3d). Se utilizara Rhinoceros y Grasshopper, no es necesario tener conocimiento previo de los programas, únicamente manipular algún programa CAD. Fechas: Miercoles 13: 18:30 a 22:30Jueves 14: 18:30 a 22:30Viernes 15: 18:30 a 22:30Sábado 16: 11:00 a 14:30 y de 15:30 a 21:00Domingo 15: 11:00 a 14:30 y de 15:30 a 21:00 Fecha límite de Pago: lunes 11 de Junio del 2012Estudiantes: $160.000Profesionales: $220.00 Descuento para integrantes de Makerspace del 40% (5 cupos únicamente) Importante: Todos los niveles de experiencia son bienvenidos el único requisito es tener un entendimiento básico de los programas CAD y una actitud positiva hacia el aprendizaje de dichas herramientas. Necesitas llevar una laptop, nosotros te instalamos los programas de prueba. Si planeas venir de fuera de la ciudad avísanos y te pondremos en contacto con otras personas que también vayan a hacerlo para en caso de desearlo puedan compartir su lugar de estancia. Al participar en el workshop obtienes el 50 % de descuento en la licencia educacional Rhinoceros por medio de Rhino Chile. Proceso de Inscripción: El participante deberá pagar la matrícula haciendo un depósito bancario a la cuenta que aparece a continuación. Banco: Estado Nombre: Luis de la Parra Galván No. Cuenta: 00169946655 Para obtener los datos restantes para hacer una transferencia o depósito mandar un mail a info@chidostudio.com El depósito mínimo para reservar la matrícula es del 50% el resto deberá ser cubierto el día del evento. Una vez que el depósito se haya llevado a cabo el participante deberá enviar a este correo info@chidostudio.com los siguientes datos: Nombre completo Email Teléfono Institución educativa u Oficina Archivo adjunto del recibo del depósito bancario En cuanto recibamos la información immediatamente nos pondremos en contacto para especificar los pasos a seguir. Contacto Santiago [Sede] Luis de la Parra Cel: 714-660-33 info@chidostudio.com http://www.facebook.com/Chidostudio Todos los mails se responden en un máximo de 24 horas. Muchas gracias por tu interés saludos…
Added by daniel camiro at 8:10pm on May 17, 2012
Event: PARAMETRIC DESIGN: Introduction to Grasshopper and Performance Driven Design
ll learn the essential skills of manipulating  geometry using various computational methods. The workshop will specifically demonstrate how to control the performance related data flow from Autodesk Ecotect, Vasari and Maya into the parametric modeling environment of Grassshopper; how to generate complex 2D/3D patterns based on the abstract relationship among points, lines and surfaces; how to integrate Rhino’s surface modeling with Maya’s mesh modeling; how to use performance data baked from other program as the driver to manipulate adaptive geometries across the building skin. Lecture Topics Parametric design concepts Computation for Performance Driven Design Morphing geometry and biomimicry Surfaces and meshes Demonstrations Image based tessellation Pattern making Paneling with adaptive objects Box morphing and variations Vertex color based object morphing, integrating Maya with Grasshopper Geometry manipulation based on the solar data from Ecotect and Vasari Dates - July 10, 2012 : Workshop Announced + Registration Opens. - August 15, 2012 : Registration Closes. - August 18 &19, 2012: Workshop.   Check more detail online  …
Added by Ming Tang at 1:54pm on July 9, 2012
Event: Digital Process: Generative Design Technologies Workshop
tar Digital Process: Generative Design Technologies Workshop; Taller especializado que se llevara a cabo en 4 de las ciudades mas importantes de la republica mexicana [Puebla] [Mexico DF] [Guadalajara] [Leon] en Enero y Febrero de 2012.http://gendesigntech.wordpress.com/ Enfocado principalmente a arquitectos, diseñadores industriales, diseñadores de interiores, Urbanistas, Artistas digitales, estudiantes y profesionistas afines al diseño; este Workshop tiene como objetivo proporcionar a los participantes los conocimientos y recursos tecnológicos que les permitan desarrollar los elementos de un proyecto desde la concepción hasta su aplicación de manera completa.Apoyándose en un conjunto potente y flexible de plataformas, los participantes aprenderán a generar, analizar y racionalizar morfologías complejas, formas orgánicas libres y algoritmos computacionales avanzados así como a producir visualizaciones fotorealístas aplicables en diversos proyectos de Diseño.A lo largo de 5 dias de intenso trabajo, exploración y retroalimentación los participantes seran guiados en el desarrollo de un flujo de trabajo mas dinamico, que les permitira explotar al maximo el potencial de las herramientas y potencializar sus habilidades, aptitudes y capacidades.Instructores:Leonardo Nuevo Arenas [Complex Geometry]José Eduardo Sánchez [DesignNest]Daniel Camiro/Luis de la Parra [Chido Studio]http://issuu.com/chidostudiodiseno/docs/digproworkConoce el programa aquí.http://gendesigntech.wordpress.com/program/Para registrarte por favor visita.http://gendesigntech.wordpress.com/registro…
Added by Leonardo Nuevo Arenas at 11:59am on January 4, 2012
Comment on: Topic 'C#: Error trying to DE-serialize class that contains a Mesh'
ng code for Rhino6 and Visual Studio 2013 while typing on Grasshopper 2.0 I launch Rhino and Grasshopper each time, takes about 15~17 seconds to load both programs, it takes about 25 seconds to compile the entire project. Because of this I don't write and test tiny amounts of code, I write and test large amounts, then use the debugger to fix bugs. As For debugging, yes, i'm able to step into my code via Visual Studio. but most of my time i'm not debugging - i'm developing and making small changes and compiling more than 40 times a day. 40 sounds about the right order of magnitude. Somewhere between 5 and 500 I'd say, depending on whether I'm debugging something big or writing a lot of new code. I'd love to hear about any suggesstions of ways of work that you do that'll save me alot of time. I wish there was a way to run Rhino with 'GH Developers' flag that'll run much faster. You can not load certain plugins when starting Rhino. That may speed up loading times, but probably not significantly. -- David Rutten david@mcneel.com…
Added by David Rutten at 3:00am on January 6, 2014
Topic: Pollination for HB/LB
uildings and outdoor comofort and shade in the outdoors). I mean to use pollination in order to quickly sort through the results afterward. However, I have never used it before and I was wondering if there is an example definition laying around. It would be very helpful into getting me started. Another thing I was wondering about is structuring the results. My main parameters in the study are angles of orientation for either the total massing or the individual rotation angles for the buildings. Would it be possible to structure the results in a way that you can browse through all results of individual rotation angles for one of the available massing orientation angles (see below)? Is that a matter of proper structuring my parameters before I link them to Pollination? Or is that already handled by simply linking my parameters in? e.g.                                                                                          Building 1 angle: 5    Building 2 angle: 0                                                Building 1 angle: 10  Building 2 angle: 0  Orientation angle: 45                  Building 1 angle: 15  Building 2 angle: 0                                                Building 1 angle: 20  Building 2 angle: 0                                                etc. Thanks a lot in advance! Kind regards, Theodore. …
Added by Theodoros Galanos to Ladybug Tools at 7:48pm on January 25, 2016
  • 1
  • ...
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • ...
  • 37

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Twisted Origami

    Twisted Origami

    by Parametric House 0 Comments 0 Likes

  • In and Out Pavilion Rhino Grasshopper Tutorial

    In and Out Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • In and Out Pavilion Rhino Grasshopper Tutorial

    In and Out Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • In and Out Pavilion Rhino Grasshopper Tutorial

    In and Out Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Mesh Skeleton

    Mesh Skeleton

    by Parametric House 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Twisted Origami

    Twisted Origami

    Added by Parametric House 0 Comments 0 Likes

  • In and Out Pavilion Rhino Grasshopper Tutorial

    In and Out Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Mesh Skeleton

    Mesh Skeleton

    Added by Parametric House 0 Comments 0 Likes

  • Spiral Stair

    Spiral Stair

    Added by Parametric House 0 Comments 0 Likes

  • Millipede Kangaroo

    Millipede Kangaroo

    Added by Parametric House 0 Comments 0 Likes

  • Inflate Mesh

    Inflate Mesh

    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