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 - 新疆11选五玩法-『1TBH·COM』军辉双色球17153期预测--2023年3月19日7时37分47秒.H5c2a3.gi9fzddgq-cc

Topic: Series with several values as steps
5  8, and then the following values are obtain as the last one (8) plus 3, then this last one (11) plus 5, and then this last one (16) plus 8, and then it starts again: 24+3, 27+5, 32+8...  Thanks …
Added by Jesus Galvez at 5:17am on November 27, 2012
Comment on: Topic 'The error:No .eio file was found adjacent to the .csv _resultFileAddress.result…'
EC 1. Between hours 1:00 to 24:002. Current document units is in Meters3. Conversion to Meters will be applied = 1.0004. [1 of 7] Writing simulation parameters...5. [2 of 6] No context surfaces...6. [3 of 6] Writing geometry...7. [4 of 6] Writing materials and constructions...8. [5 of 7] Writing schedules...9. [6 of 7] Writing loads and ideal air system...10. [7 of 7] Writing outputs...11. ...... idf file is successfully written to : c:\ladybug\Freeformtower_IDF\EnergyPlus\Freeformtower_IDF.idf12. 13. Analysis is running!...14. ...... Done! Read below for errors and warnings: 15. 16. Program Version,EnergyPlus-Windows-64 8.1.0.009, YMD=2015.04.04 23:39,IDD_Version 8.1.0.00917. 18. ************* IDF Context for following error/warning message:19. 20. ************* Note -- lines truncated at 300 characters, if necessary...21. 22. ************* 577 Zone,23. 24. ************* Only last 1 lines before error line shown.....25. 26. ************* 578 Freeformbuilding27. 28. ** Warning ** IP: IDF line~578 Comma being inserted after:" Freeformbuilding" in Object=ZONE29. 30. ** Severe ** Out of range value Numeric Field#5 (Type), value=0.00000, range={>=1 and <=1}, in ZONE=FREEFORMBUILDING31. 32. ************* IDF Context for following error/warning message:33. 34. ************* Note -- lines truncated at 300 characters, if necessary...35. 36. ************* 586 BuildingSurface:Detailed,7341. …
Added by 627170337 to Ladybug Tools at 4:26pm on April 4, 2015
Comment on: Topic 'points accesibility test help ¡¡¡¡'
e that nonsensical and get a PHD, i might do one myself! Jorge can you elaborate, or have you had too many late nights!…
Added by newy011 at 12:02pm on January 3, 2013
Comment on: Topic 'remove a list of point from another list of point'
70;76;111. 69;78;112. 69;79;113. 68;83;114. 67;85;115. 67;86;116. 68;87;117. 68;88;118. 68;90;119. 69;91;120. 69;92;121. 70;94;222. 69;94;1…
Added by lv-esad at 2:46am on March 13, 2015
Comment on: Topic 'Simple Slider Animation without saving Images'
I get it. I have 11 and 18 as boundaries and 7 to always add 1 But it doesn t seemt to work with the Loop set to False. Am I doing something wrong? Thanks, Dimitris
Added by Dimitrios Papadopoulos at 11:57am on April 30, 2014
Event: Diseño Generativo con Rhino 5.0 y Grasshopper - MEXICO
ital; aproveche esta oportunidad y vea la demostración en vivo: Lugar: Escuela Digital - Mexico D.F. Hora: 7:00 - 9:00 pm Con el apoyo de: ESCUELA DIGITAL - Metzli Valle metzli@escueladigital.com.mx…
Added by Jacqueline Nasser at 3:27pm on October 3, 2012
Topic: list re-ordering
rve 10 curve 11 curve 12 curve 13 curve   ...and I'd like to rearrange the order in which the curve are listed, to something like this:   {0,0,0} 0 curve 1 curve 8 curve 9 curve 10 curve 11 curve 2 curve 3 curve 4 curve 5 curve 12 curve 13 curve 6 curve 7 curve   I hope this makes sense.   Thank in advance for any advice,   John…
Added by John Fulton at 12:48pm on March 11, 2011
Topic: Complex Data Path Split
gt;>> {1} {2;7} >>>> {2} {2;8} >>>> {3} {2;9} >>>> {4} {3;10} >>>> {0} {3;11} >>>> {1} {3;12} >>>> {2} {3;13} >>>> {3} {3;14} >>>> {4} How to do that !? Thanks in advance :D…
Added by Digit at 12:51am on December 3, 2016
Topic: how can I use, "MeshVertexColorList.SetColor Method (MeshFace, Color)" ?
try.Mesh mesh = new Rhino.Geometry.Mesh();    mesh.Vertices.Add(0.0, 0.0, 1.0); //0    mesh.Vertices.Add(1.0, 0.0, 1.0); //1    mesh.Vertices.Add(2.0, 0.0, 1.0); //2    mesh.Vertices.Add(3.0, 0.0, 0.0); //3    mesh.Vertices.Add(0.0, 1.0, 1.0); //4    mesh.Vertices.Add(1.0, 1.0, 2.0); //5    mesh.Vertices.Add(2.0, 1.0, 1.0); //6    mesh.Vertices.Add(3.0, 1.0, 0.0); //7    mesh.Vertices.Add(0.0, 2.0, 1.0); //8    mesh.Vertices.Add(1.0, 2.0, 1.0); //9    mesh.Vertices.Add(2.0, 2.0, 1.0); //10    mesh.Vertices.Add(3.0, 2.0, 1.0); //11    mesh.Faces.AddFace(0, 1, 5, 4);    mesh.Faces.AddFace(1, 2, 6, 5);    mesh.Faces.AddFace(2, 3, 7, 6);    mesh.Faces.AddFace(4, 5, 9, 8);    mesh.Faces.AddFace(5, 6, 10, 9);    mesh.Faces.AddFace(6, 7, 11, 10);    mesh.Compact();    mesh.VertexColors.SetColor(mesh.Faces[0], Color.Black);    A = mesh;  } ------------------------------------------------------------------- but it seems, it doesn't work. I can't see any change of color. what did I wrong? Thanks!…
Added by y.KWON at 3:01pm on September 18, 2012
Event: NEXUS workshop - grasshopper advanced
main attention is set on easy to handle interface , which should be used at a early stage of conceptual design to respond to external and internal influences in a intelligent and sustainable way. Participants will use the software Grasshopper as a parametric modeling plug-in for Rhino. The usage of this graphical algorithm editor tightly integrated with Rhino’s 3-D modeling tools open up the possibility to construct highly parametrical complex models. To generate this complexity we will use live linkages to several programs listed below: • Autodesk Ecotect Analysis and Radiance via GECO • Processing, Excel or Open Office via gHowl • FEA software GSA via SSI In this 3 intense days, the participants should learn the workflow of the plug-ins with the help of examples and get an overview of the different software’s, there possibilities for evaluating the performance of a design or the usage of additional tools to be not chained to a single system . (e.g. parametrical accentuation, parametrical formation, parametrical reaction) TIME AND LOCATION 27th – 29th September 2010Leopold-Franzens university innsbruck/austria Technik Campus | ICT - building Technikerstraße 21a A - 6020 Innsbruck | Austria 47°15’50.71”N 11°20’43.45”E detailed program as pdf-version FOR WHOM All levels are welcome (students & professionals) The only requirement is knowledge of Rhino and Basic Grasshopper. You will need a level which corresponds to the Grasshopper Primer course outline. FEES 21 hours professionals: 395€ students (bachelor/master): 250€. REGISTRATION please send a email to to.from.uto@gmail.com attached with following information : Last Name First Name Date of Birth Nationality Email Address Current Address Profession or proof of student status After submitting you will receive an email with a PayPal link to complete registration.…
Added by to] at 11:30am on August 25, 2010
  • 1
  • ...
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 26

About

Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign Up
or Sign In

Translate

Search

Photos

  • optimized ruins

    optimized ruins

    by lost in wires 0 Comments 0 Likes

  • optimized ruins

    optimized ruins

    by lost in wires 0 Comments 0 Likes

  • Random Vector Lines

    Random Vector Lines

    by Parametric House 0 Comments 0 Likes

  • Pufferfish Net On Surface

    Pufferfish Net On Surface

    by Parametric House 0 Comments 0 Likes

  • Plan Drafting

    Plan Drafting

    by Parametric House 1 Comment 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Image-to-3d Workflow using OpenAI Shap-E and Rhino

    Image-to-3d Workflow using OpenAI Shap-E and Rhino

    Added by kgm 0 Comments 0 Likes

  • Random Vector Lines

    Random Vector Lines

    Added by Parametric House 0 Comments 0 Likes

  • Text-to-3d-to-AR Workflow using OpenAI Shap-E and Rhino AR

    Text-to-3d-to-AR Workflow using OpenAI Shap-E and Rhino AR

    Added by kgm 0 Comments 0 Likes

  • Pufferfish Net On Surface

    Pufferfish Net On Surface

    Added by Parametric House 0 Comments 0 Likes

  • Plan Drafting

    Plan Drafting

    Added by Parametric House 0 Comments 0 Likes

  • Parametric Frame

    Parametric Frame

    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