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 - 双色球和值尾数是8和9的数『1TBH·COM』全球通彩票代理注册2023年3月19日7时59分41秒.H5c2a3.ivhduifoj

Topic: Honeybee generation is ready to fly - example work flow!
eration! See an example work flow for designing, simulating and analysing a Photovoltaic system below. Download a Grasshopper and Rhino example file: https://www.dropbox.com/s/krbszlplj5i40dz/017_HBgeneration%20Rhino%20model.3dm?dl=0 https://www.dropbox.com/s/lxneuzal3mipd2q/017_HBgeneration.gh?dl=0 See a quick introduction and tutorial videos here: https://www.youtube.com/playlist?list=PLrx2KnyhaJ5YXo5hpk8Q9q4Vy99O5IegK 1. Select a building to mount a photovoltaic generator on (seen in Rhino in green).  2. Select a surface within that building to mount a photovoltaic generator on (seen in Rhino in green). 3. Create a Honeybee context surface from that surface. 4. Place a photovoltaic generator on that Honeybee context surface by using the Honeybee generation component. Honeybee_Generator_PV and connecting the context surface to it's input _HBSurfaces. Then you can specify both the performance and the financial data of the photovoltaic generator. 5. Create a Honeybee generation system which consists of the photovoltaic generator in 4. By using the component Honeybee_generationsystem and connecting 4 to its input PVHBSurfaces_. Then you can specify the annual maintenance cost of this system. 6. Run the simulation in Energy Plus by connecting 5. to the input HBGenerators_. 7. Read the results of the simulation: - The electricity produced by the Honeybee generation system in 5. - The net purchased electricity of the facility (the Honeybee zone) to which the Honeybee generation system is attached to. This is the electricity consumed by the facility less the electricity generated by the Honeybee generation system. - The financial costs of the Honeybee generation system; capital, maintenance and replacement costs. 8. Calculate the net present cost of the Honeybee generation system in 5 assuming a 25 year lifetime. 9. Visualise the net present cost. …
Added by Anton Szilasi to Ladybug Tools at 7:07am on August 28, 2015
Topic: Event for Change of Input Parameter Value C#
e is changed.  This is what I am trying to achieve: If the dropdown component is changed, the c#-component should update the slider... It is also working with GH_Document.SolutionEnd Event but as far as I understand, this will recompute the whole solution. So if there is a huge script following downstream, this will be called always twice (correct?).  I would like the script to: 1. detected the change of an input parameter value 2. stop the script and set a few sliders 3. continue computing downstream stuff. Thanks in advance! private void RunScript(System.Object mySliders, bool startme, ref object A) {     if (!startme)     return;     if (_running)         return;     _run = true;     Component.Params.ParameterChanged += new                   GH_ComponentParamServer.ParameterChangedEventHandler(OnSolutionEnd); } // <Custom additional code> private bool _run = false; private bool _running = false; private void OnSolutionEnd(object sender, GH_ParamServerEventArgs e) {     // Unregister the event, we don't want to get called again.     Component.Params.ParameterChanged -= OnSolutionEnd;     // If we're not supposed to run, abort now.     if (!_run)         return;     // If we're already running, abort now.         if (_running)         return;     // Reset run and running states.     _run = false;     _running = true;     foreach (IGH_DocumentObject obj in GrasshopperDocument.Objects)     {         if(obj is Grasshopper.Kernel.Special.GH_NumberSlider)         {             var slider = obj as Grasshopper.Kernel.Special.GH_NumberSlider;             slider.TickValue = 9;             _running = false;          }     } } …
Added by philippL at 2:01am on May 10, 2017
Event: Parametric Passive Design (PPD) Workshop
hours/day (40 hours) Future University in Egypt (FUE) Department of Continuing Education(DCE)   ________________________________________ The aim of this workshop is to teach participants how to create a parametric housing model which can be associated with day lighting and thermal analysis. Moreover, participant will get the opportunity to develop passively design envelope. The workshop is highly interactive giving different examples that develop a strong understanding of Grasshopper Workflow & different passive strategies using the performance simulation tool (DIVA). The participants  are divided into groups to study the different orientations and the final outcomes of each group are presented thus concluding the recommendation strategies for each orientation. At the end of the workshop, each participant will receive a Certificate of Attendance from Future University in Egypt. Target Participants: ‐Professional architects. ‐Master and PhD students. ‐ Last year of undergraduate students (ONLY). Prerequisite: -None, however, a basic Grasshopper & Rhinoceros knowledge is preferred. Used Software:(will be provided by the instructor). ‐Rhino 5 SR 3 ‐Grasshopper 0.90066 ‐DIVA Version 2.1.0.3 ________________________________________ Workshop Outline: 1st DAY (Wednesday 29 Jan): 1.Introduction to passive design strategies (efficient envelope) 2.Introduction to parametric design logic 2nd DAY (Thursday 30 Jan) : 1.Developing technical tools based on reverse engineering technology. 2.Examples for parametric facade design 3rd DAY (Saturday 1 Feb): 1.Enforcing the parametric logics with Grasshopper 2.Introducing the performance simulation tool (DIVA) 4th DAY (Sunday 2 Feb): 1.Facade design using grasshopper ‐Studio work. 2.Associative techniques – Day lighting and thermal simulation 5th DAY (Monday 3 Feb): 1.Final optimization and final results 2.Group work presentation ________________________________________ Participants are required to bring their own laptops. To register: 1.Fill in the application form found in this link: https://docs.google.com/forms/d/18OrcwwDks5-vd0irZITC430bjMVb8I8pdw0i5OefyMg/viewform 2.Kindly pay  the workshop fees at FUE DCE Admission or in the Bank account Number of participants is a minimum of 20  and a maximum of 24 ________________________________________ Workshop Trainers: Ayman Wagdy Mohamed Ibrahim Researcher at Sustainable Design research group | AUC Lecturer at Parametric design | AUC M.Sc. Architecture – Architecture and Building Technology| Politecnico Di Milano Haitham Salah Ali Mahmoud Teaching Assistant of Design course | AASTMT Head of design team | YBA Architect Principal and cofounder | Arkan Architect ________________________________________ For any questions or info please do not hesitate to contact us at : Mob.  : 01003220017 - 01008551772 Email : Fue_ppd@outlook.com…
Added by ayman wagdy at 12:12pm on January 17, 2014
Topic: Radiance "blotching" with translucent material
radiance parameters to get rid of blotching. To add another level of complexity to my problem, I am running simulations with a translucent material with the following properties: void trans testTrans 0 0 7 0.478 0.478 0.478 0.000 0.010 0.178 0.635 I have had no issues with the renderings when I use clear glazing, as seen on this image: However the blotching-issue becomes very noticeable when I introduce translucent glazing into the scene: For the two above cases I used the following parameters: _av_ is set to 0 xScale is set to 2 _ab_ is set to 6 _dc_ is set to 0.5 _aa_ is set to 0.2 _ad_ is set to 2048 _st_ is set to 0.5 yScale is set to 2 _ps_ is set to 4 _ar_ is set to 64 _as_ is set to 2048 _ds_ is set to 0.25 _pt_ is set to 0.1 _dr_ is set to 1 _pj_ is set to 0.9 _dp_ is set to 256 _dt_ is set to 0.25 _lr_ is set to 6 _dj_ is set to 0.5 _lw_ is set to 0.01 I ran another test with increased Radiance parameters and got the following output: with the following parameters: _av_ is set to 0 xScale is set to 6 _ab_ is set to 6 _dc_ is set to 0.75 _aa_ is set to 0.1 _ad_ is set to 4096 _st_ is set to 0.15 yScale is set to 6 _ps_ is set to 2 _ar_ is set to 128 _as_ is set to 4096 _ds_ is set to 0.05 _pt_ is set to 0.05 _dr_ is set to 3 _pj_ is set to 0.9 _dp_ is set to 512 _dt_ is set to 0.15 _lr_ is set to 8 _dj_ is set to 0.7 _lw_ is set to 0.005 Although the second blotching case is much better than the first, it is still very bad for hours when the sun is lower in the sky. The above images are rendered for a clear sky at 18:00 in Germany in a West-facing room. Sorry for the long post! Can someone help? Kind regards, Örn …
Added by Örn Erlendsson to Ladybug Tools at 7:07am on June 12, 2015
Blog Post: AA PARIS 1 WEEK LEFT TO REGISTER!

ARENAE | The Catwalk Design Agenda | Spring…

Added by Michael Pryor at 5:57pm on March 11, 2013
Topic: IronPython Python inconsistency (unicode argument without an encoding)
lName, signalValue, operationMode):     sigV=signalValue     if sys.version_info[0] == 3:         if type(signalName) is str:             signalName=signalName.encode('utf-8')         if type(signalValue) is bytearray:             sigV  = (ct.c_ubyte*len(signalValue))(*signalValue)         if type(signalValue) is str:             signalValue=signalValue.encode('utf-8')             sigV  = (ct.c_ubyte*len(signalValue))(*signalValue)     else:         if type(signalValue) is bytearray:             sigV = (ct.c_ubyte*len(signalValue))(*signalValue)         if type(signalValue) is str:             signalValue=bytearray(signalValue)#<========This is line 1052             sigV = (ct.c_ubyte*len(signalValue))(*signalValue)     sigV=ct.cast(sigV,ct.POINTER(ct.c_ubyte)) # IronPython needs this     return c_WriteStringStream(clientID, signalName, sigV, len(signalValue), operationMode) It displays the following error: Program started Connected to remote API server Runtime error (TypeErrorException): unicode argument without an encoding Traceback:   line 1052, in simxWriteStringStream, "C:\Program Files (x86)\V-REP3\V-REP_PRO_EDU\programming\remoteApiBindings\python\python\vrep.py"   line 70, in script Any hint?…
Added by Augusto Gandia at 2:19am on July 29, 2015
Event: RhinoBIM Debut
f Virtual Build Technologies will debut their Rhino plug-in RhinoBIM and showcase its functionality. The presentation will cover using RhinoBIM for Structural Design Modeling, Structural Analysis, and more. Title:   RhinoBIM Debut Webinar Date: Friday, March 4, 2011 Time: 9:00 AM - 10:30 AM PST …
Added by Mary Fugier at 1:04pm on February 24, 2011
Event: Rhino.GetMe Parametric Workshop Querétaro
na cubierta o una estructura sigue en pie; presentar el router cnc en el evento depende del ejercicio práctico, para mayores informes no duden en escribir a luzyextura@gmail.com o a las oficinas de Bishon en Querétaro   _______________________________________________________   Workshop de arquitectura paramétrica mediante procesos digitales.   El temario incluye aspectos básicos y medios del modelado en Rhino, tanto de dibujo como de objetos en 3D, y las funciones de Grasshopper como una herramienta para el diseño paramétrico.   Al finalizar el curso, los asistentes serán capaces de manejar Rhinoceros y  Grasshopper en un nivel medio, también comprenderán todas las herramientas básicas y el estilo de trabajo.   Además del contenido teórico se incluye un ejercicio práctico, que consiste en la producción de un modelo 3D, abarcando desde las ideas generadoras, el diseño, dibujo de piezas para su fabricación y construcción final.   El workshop tiene dos semanas de duración, con un horario de 8 am a 3 pm, el costo para estudiantes es de $4590, para la comunidad en general $4900. 35% descuento antes del 22 de julio   Informes bishion@mail.com, luzytextura@gmail.com.   Teléfono en Querétaro 4422 75 2863 Teléfono en la Ciudad de México 04455 4381 3302…
Added by Bernardo Filiberto Rivera López at 2:19pm on July 1, 2011
Event: Grasshopper Training – Parametrisches Modellieren mit Grasshopper3d für Rhinoceros3d
eroberfläche des Grasshopper Programms Funktionsprinzip eines grafischen Algorithmus-Editors (Datenfluss) Unterscheidung von Parametern (Datentypen) und Komponenten (Datenverarbeitung) Erzeugung, Bearbeitung und Analyse von Geometrie-Typen: Punkte, Vektoren, Linien, Kurven, Flächen (surfaces, brep) und Netze (meshes) Strukturierung der Daten anhand von Listen und Bäumen unterschiedliche Verknüpfungsmöglichkeiten von Parametern (data matching) praxisnahe Grundlagen der Geometrie und Vektorrechnung für generatives Design effizienter Aufbau von parametrischen Modellen anhand Übungsaufgaben Auszug von Daten aus Modellen für die Fertigung; Daten aus Tabellen (Excel, CSV) importieren, exportieren Einsatz von benutzerdefinierten Komponenten (custom components) Vorkenntnisse: Rhinoceros3d Benutzeroberfläche der Software: Englisch Unterrichtssprache: Deutsch   Details und Anmeldung: www.vhs-sha.de click: SUCHE Kurstitel: GRASSHOPPER (auch: Kurstitel: RHINO)    Trainer: Peter Mehrtens Kursdauer: 3 Tage / 8 Stunden pro Tag Donnerstag, 19.07.2012, 08:00-17:00 Uhr Freitag, 20.07.2012, 08:00-17:00 Uhr Samstag, 21.07.2012, 08:00-17:00 Uhr Ort: Volkshochschule Schwäbisch Hall,  im Haus der Bildung Teilnahmegebühr: 299,00 € Teilnehmerzahl: 5-10 Personen  …
Added by Peter Mehrtens at 5:36pm on April 25, 2012
Comment on: Topic 'Black screen crash while animating'
you still have left, what matters is how much memory Rhino is using compared to how much Windows is prepared to give it. On 32-bit systems this is usually 2, sometimes 3 Gigs. On 64-bit systems it's such a high limit that it's unlikely you've reached the limit. You're low on or out of specially allocated memory/handles. Certain processes such as GDI drawing or winforms UI elements require a handle per instance. Every window, every label, every button, every slider, every bitmap... each one has a unique handle associated with it. Depending on the windows version, you either get a few, some, a bunch or lots of these handles to play with. When you start running out, usually the first sign is that the UI goes all wonky. Text disappears, fonts suddenly look terrible, parts of windows go missing. When all the GDI handles that are allowed have been claimed, the application will crash. The same may be true for OpenGL or DirectX handles, I'm not an expert on those. There's an arithmetic error causing an overflow error. Sometimes these are handled gracefully and you get a proper crash or error message, sometimes they cause software to start accessing the wrong memory. It's just some random crash that decides to manifest as an out-of-memory crash. This happens a lot and it makes these crashes very difficult to track down. Since your images start going black before the crash, I'm tempted to think we're dealing with a #2 crash here. Maybe all these images we're saving out are hogging GDI handles and choking the system. If the handles or GDI objects assigned to Rhino keep going up and up as you write out these images, that'll be good supporting evidence. You can use the Windows 8 Task Manager to keep an eye on these values, or if you're running an older version of Windows I recommend installing Sysinternal Process Explorer in lieu of the Task Manager. …
Added by David Rutten at 1:20pm on February 28, 2015
  • 1
  • ...
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Attractor Modules

    Attractor Modules

    by Parametric House 0 Comments 0 Likes

  • Weave Facade

    Weave Facade

    by Parametric House 0 Comments 0 Likes

  • Origami Crane

    Origami Crane

    by Parametric House 0 Comments 0 Likes

  • Sunlight Exposure

    Sunlight Exposure

    by Parametric House 0 Comments 0 Likes

  • Twisted Origami

    Twisted Origami

    by Parametric House 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Attractor Modules

    Attractor Modules

    Added by Parametric House 0 Comments 0 Likes

  • Weave Facade

    Weave Facade

    Added by Parametric House 0 Comments 0 Likes

  • Origami Crane

    Origami Crane

    Added by Parametric House 0 Comments 0 Likes

  • Sunlight Exposure

    Sunlight Exposure

    Added by Parametric House 0 Comments 0 Likes

  • 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

  • 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