Search
  • Sign In

Grasshopper

algorithmic modeling for Rhino

  • Home
    • Members
    • Listings
    • Ideas
  • View
    • All Images
    • Albums
    • Videos
    • Architecture Projects
    • Installations
    • Add-ons
  • Forums/Support
    • Current Discussions
  • My Page

Search Results - 河北11选5走势开奖结果查询-『9TBH·COM』排列5彩乐乐预测--2023年3月19日7时1分43秒.H5c2a3.drt5fhf55-gov-hk

Topic: Is it possible to write a code and manipulate it in grasshopper?
V 0.5 . But I don't think it is the right thing to use. Basically the question is: Is it possible to write the code and manipulate it in grasshopper? Here is the code: Manipulate[ Module[{\[CurlyEpsilon] = 10^-6, c1 = Tan[a1], c2 = Tan[a2], c3 = Tan[a3], c4 = Tan[a4], c5 = Tan[a5], c6 = Tan[a6]}, ContourPlot3D[ Evaluate[ c6 Sin[3 x] Sin[2 y] Sin[z] + c4 Sin[2 x] Sin[3 y] Sin[z] + c5 Sin[3 x] Sin[y] Sin[2 z] + c2 Sin[x] Sin[3 y] Sin[2 z] + c3 Sin[2 x] Sin[y] Sin[3 z] + c1 Sin[x] Sin[2 y] Sin[3 z] == 0], {x, \[CurlyEpsilon], Pi - \[CurlyEpsilon]}, {y, \[CurlyEpsilon], Pi - \[CurlyEpsilon]}, {z, \[CurlyEpsilon], Pi - \[CurlyEpsilon]}, Mesh -> False, ImageSize -> {400, 400}, Boxed -> False, Axes -> False, NormalsFunction -> "Average", PlotPoints -> ControlActive[10, 30], PerformanceGoal -> "Speed"]], {{a1, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(1\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a2, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(2\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a3, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(3\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a4, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(4\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a5, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(5\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a6, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(6\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, AutorunSequencing -> {1, 3, 5}, ControlPlacement -> Left]…
Added by Aysu Aysoy at 3:19am on November 20, 2014
Topic: Is it possible to write the code and manipulate it in grasshopper?
grasshopper: Mantis V 0.5 . But I don't think it is the right thing to use. Basically the question is: Is it possible to write the code and manipulate it in grasshopper? Here is the code: Manipulate[ Module[{\[CurlyEpsilon] = 10^-6, c1 = Tan[a1], c2 = Tan[a2], c3 = Tan[a3], c4 = Tan[a4], c5 = Tan[a5], c6 = Tan[a6]}, ContourPlot3D[ Evaluate[ c6 Sin[3 x] Sin[2 y] Sin[z] + c4 Sin[2 x] Sin[3 y] Sin[z] + c5 Sin[3 x] Sin[y] Sin[2 z] + c2 Sin[x] Sin[3 y] Sin[2 z] + c3 Sin[2 x] Sin[y] Sin[3 z] + c1 Sin[x] Sin[2 y] Sin[3 z] == 0], {x, \[CurlyEpsilon], Pi - \[CurlyEpsilon]}, {y, \[CurlyEpsilon], Pi - \[CurlyEpsilon]}, {z, \[CurlyEpsilon], Pi - \[CurlyEpsilon]}, Mesh -> False, ImageSize -> {400, 400}, Boxed -> False, Axes -> False, NormalsFunction -> "Average", PlotPoints -> ControlActive[10, 30], PerformanceGoal -> "Speed"]], {{a1, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(1\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a2, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(2\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a3, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(3\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a4, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(4\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a5, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(5\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, {{a6, 1, "\!\(\*SubscriptBox[\(\[Alpha]\), \(6\)]\)"}, -Pi/2 - 0.01, Pi/2 + 0.01, ImageSize -> Tiny}, AutorunSequencing -> {1, 3, 5}, ControlPlacement -> Left]…
Added by Aysu Aysoy at 1:50am on November 20, 2014
Comment on: Topic 'Scipy and Numpy'
cs/numpy-for-iron-python-wit... ) also fails to allow numpy import: Numpy and Scipy are in directories here: C:\Program Files (x86)\IronPython 2.7\Lib\site-packages\ This is all a sad joke, taking a full day so far. Rhino just sort of sucks for serious work. There's no way I can offer any Numpy/Scipy scripts to clients this way, just impossible. Rhino/Grasshopper Python should come with this stuff, dear developers, or have a simple installer that just works. It comes with math already doesn't it? So why not Numpy and Scipy for serious users? Upon restarting Rhino, it totally changes behavior and spits out a crazy error upon importing Numpy: Message: The type initializer for 'NumpyDotNet.NpyCoreApi' threw an exception.Traceback:  line 11, in <module>, "C:\Program Files (x86)\IronPython 2.7\Lib\site-packages\numpy\core\multiarray.py"  line 6, in <module>, "C:\Program Files (x86)\IronPython 2.7\Lib\site-packages\numpy\core\__init__.py"  line 155, in <module>, "C:\Program Files (x86)\IronPython 2.7\Lib\site-packages\numpy\__init__.py"  line 1, in <module>, "C:\Users\Nik\AppData\Local\Temp\TempScript.py" The Grasshopper Python node editor gives the same error. Perhaps I can only import parts of Numpy using "from Numpy import XXXX"?…
Added by Nik Willmore at 3:32pm on October 11, 2015
Topic: Gismo + Ladybug + ENVI-met connection
and visualizing data for ENVI-Met 4 software. ENVI-met is a cutting edge software used to analyse microclimate interactions in urban environment. Tens of different analysis types can be performed on the chosen building context. From Mean radiant temperature and local Wind speed to CO2 concentration and Pollutant dispersion in the air. To generate the building context for Ladybug ENVI-met components, Antonello used Gismo: An example similar to results in upper screenshots has been been attached below. To run it, Gismo, Ladybug and Human plugins need to be installed. To perform the ENVI-met analysis, download ENVI-met 4 Basic for free, and install it. Steps in the .gh example file  have been labelled from 1 to 11. They mostly consist of just setting a boolean toggle to True. An exception to this are steps 6 (set the folder path of your ENVI-met application install folder), and 8 (running the ENVI-met simulation). Step 8 has been explained in detail in the photo attached below (step8.jpg). Special thanks to Antonello for developing and guidance on ENVI-met application and components! Post questions below if you have any issues!…
Added by djordje to Gismo at 11:30am on March 25, 2017
Comment on: Topic 'Pain Points in Grasshopper'
hat aren’t completely there. BIM will have to continue to evolve some more if their supporters want to get to realize the promise that still is. I can’t say much about PLM, but I would say that both BIM and PLM should be considered in future developments of GH and Rhino. David has said several times that some GH limitations regarding geometry and data structures (central to interoperability) are actually Rhino limitations. So, I wouldn’t put so much pressure on David for this, or at least I would distribute the pressure also on the core Rhino development team. Talking about Rhino vs. GH geometry, there is one (1) wish I have: support for extrusion geometry. GH already inputs extrusion elements from Rhino, but they are converted to breps. Is not a bad thing per se. The problem is when you need to bake several breps that make the Rhino file to weight several hundred MB. When these breps are actually prismatic, extrusion-like solids, is a shame that they aren’t stored as Rhino V5’s extrusion geometry in a file of just a couple of MB (I overcame this once with an inelegant RhinoScript that wasn’t good for other people). This was one of RhinoBIM’s main arguments. We can develop a structural model made of I-beams in GH using the Extrude components. We should be able to bake them as extrusions. That would also work for urban models with thousands of prismatic massing buildings (e.g. extruded footprints). Even GH’s boxes are baked as breps! Baking boxes as extrusions could be practical for voxelated or Minecraft-like models. (2) Collaborative network support. Maybe with worksession handling, or something that aloud project team members to work on a single definition or in external references or something alike. I know there is another Rhino limitation on this, but maybe clusters are already going in that direction? And maybe on the plug-ins domain: (3) Remote control panel that could be really “remote”, like from other computer or device. There is an old Android App for that, but is not only a matter of updating. I mean, it would be great to control a slider with the accelerometer of an Android phone, but to have that on an iPhone will require another development team. If GH could support networks, a remote counterpart of a RCP plug-in could be developed as a cross-platform web app. I don’t know if you can access accelerometer functionality through HTML5 already, but for now, asking a client (or an spectator or any stakeholder for that matter) to control your sliders from gestures of his/her own phone would be awesome (maybe Firefly will fill that hole?). (4) GIS support. GH already imports .shp files. Meerkat can even access the database, but what about writing to shapefiles or generating our own with databases processed/generated in GH? (5) SketchUp support. Not only starchitects and corporations are using GH in the AEC. There are a lot of small firms, freelancers and students interested. Most of them use SketchUp for 3D modeling (not CATIA, neither Revit). Yes, you can import/export .skp from Rhino, but if GH could support nested block at bake time (also mentioned by others), it could write .skp files with complex relations of blocks (that are called components in SketchUp) and nested groups, going beyond what Rhino can export. (6) Read/Write other formats. There are some challenges with proprietary formats that are not completely supported by Rhino, but they’re still a lot of open formats that are relevant to the fields of GH users, like stl and ply for 3D-printing. It could be nice to write mesh colors to a ply for 3D-printing a colored prototype based on GH colors. There are others, like IGES, STEP, COLLADA, etc. and 2D, like svg, odg and pdf. Some of them could offer special formatting options like custom data that the format supports but nobody uses just because is impractical to access this from direct modeling environments (but not from visual programming). --Ernesto…
Added by Ernesto Bueno at 3:00am on July 31, 2014
Topic: Grasshopper interface freezes and it uses large amount of memory during start
mment%3A1637953 First of all, the invalid Rhino license as seen previously has been removed, and the correct educational license we have is re-installed for this test. The re-appearing issue is that RAM usage spikes once GH is open in Rhino. It seems that this happens when a series of large GH project files incrementally saved are stored in the same folder. Moving those previously saved large project files to a new folder seems to be able to solve this issue. The images below explains the issue and the hypothetical solution: 1. A series of GH files were incrementally saved in the same folder previously, and the last few GH files are the ones opened most recently: 2. The total RAM usage is at the normal 5GB level once Rhino is open: 3. Once GH is open, the RAM usage spikes, and the it becomes very slow to maneuver the GH window before even opening any one of those GH files: 4. Once GH and Rhino are closed, the RAM usage drop to the previous level before the GH interface was open: 5. Now, all the incrementally saved GH files are moved to a new folder "wip" except the last one, i.e. for the last GH file, there is no other previous GH files in the same location: 6. Now, if we open GH, there is no sudden increase of RAM usage, and the 3x3 thumbnails on the GH canvas shows "missing" as those previously opened GH files are no longer in the same location as they were before: I understand that David mentioned that the thumbnails for previously opened GH files on GH canvas will not take much RAM. Nevertheless, I'm still not sure what is causing the increase of RAM usage and slowdown of GH interface. Relocating the large project files previously saved in the same folder as the current GH file seems to be able to make this issue go away, for unknown reason ... Appreciate if anybody experiencing similar issue can help to check if this solution works. Thank you. …
Added by Grasshope at 12:49am on January 26, 2017
Event: Rhino.Python Class in London (delivered by McNeel Europe)
s. Python is built for flexibility and clear syntax This is the ideal course for designers and engineers who want to lay the foundation for Rhino.Python™ scripting, as well as for RhinoScript users who want to stay up to date. This workshop will convey necessary ideas and tools to successfully code geometry in Rhinoceros 5 on Windows and Mac. This course is delivered by Giulio Piacentino of McNeel. As a participant, you will be guided through the details of this new and friendly programming language in Rhino, including: automating commands at necessity with macros, performing calculations, making decisions after iterating code and manipulating several data structures. We will also study how to couple Python’s iteration and recursion powers to extend Grasshopper.  Full Course Agenda here: Rhino.Python 2 Day Class Agenda For booking information, contact fionuala@simplyrhino.co.uk  Private scripting workshops are also available for further details contact scripting@simplyrhino.co.uk…
Added by Paul Cowell at 2:41am on January 11, 2012
Event: Rhino.Python Class in London (delivered by McNeel Europe)
s. Python is built for flexibility and clear syntax This is the ideal course for designers and engineers who want to lay the foundation for Rhino.Python™ scripting, as well as for RhinoScript users who want to stay up to date. This workshop will convey necessary ideas and tools to successfully code geometry in Rhinoceros 5 on Windows and Mac. This course is delivered by Giulio Piacentino of McNeel. As a participant, you will be guided through the details of this new and friendly programming language in Rhino, including: automating commands at necessity with macros, performing calculations, making decisions after iterating code and manipulating several data structures. We will also study how to couple Python’s iteration and recursion powers to extend Grasshopper.  Full Course Agenda here: Rhino.Python 2 Day Class Agenda For booking information, contact fionuala@simplyrhino.co.uk  Private scripting workshops are also available for further details contact scripting@simplyrhino.co.uk…
Added by Paul Cowell at 4:53am on February 7, 2012
Event: Rhino + Grasshopper Básicos
Marzo Horario: Lunes y Miércoles de 18:00 a 22:00 hrs TEMARIO Interfaz Conceptos de programación visual Vinculación con Rhino y ‘el plug-in del plug-in’ Información-Acción-Información Explicit history / ‘Going back vs New information’ Flujo de información Construcción y lógica de los comandos Modelado paramétrico y escalabilidad Extracción de información para modelado Extracción de información para cuantificación Punto-Línea-Superficie-Objeto Optimización de operaciones para modelado Definición de variables globales y locales Armado de grupos y componentes exportables Manipulaciones espaciales Numeración de piezas Fórmulas básicas Tweeking + Baking …
Added by Alberto Lara at 9:50pm on February 12, 2012
Event: Shapes of logic: Behavioural Networks workshop
pro­pose new models of infrastructural self-organisa­tion, urban automation and mobility systems. Adaptive networks based on multi-agent principles and crowd simulation are used to solve complex architectural and programmatic conditions in a three-dimensional urban environment. We will explore towards an intelligent architecture, defined by flows of information and its materialization in speculative infrastructure and architectural scenari­os. A responsive infrastructure that is deployable in multiple regions. Our design process will be driven by a direct feed­back loop of different simulation software, each in­forming another as input for emerging connectivity networks and interrelated urban systems, driven by site specific urban and topographical parameters. The workshop aims to develop ideas of adaptive and evolutionary space-making beyond determin­istic and finite solutions. In a series of algorithmic design exercises, different network principles and speeds, users behavior and needs are tested and evaluated, both by observation and parameter based criteria. Students will propose an architectural intervention in dense urban scenarios, that is both tested for optimised efficiency and stimulating in its embodiment. METHODOLOGY Students will be introduced to expertise in generative, algorithmic and parametric design approaches. Tutors and students will engage experimentally with computational simulation, analysis, design and production to query the design repercussions of these information-based technological methods for urbanism. During the workshop, students will develop design proposals responding to studio briefs using Processing with Rhino and Grasshopper. The final results of the workshop will be visualized using V-Ray for Rhino and the Adobe Suite. Basic knowledge of Rhino and Adobe Suite is required. Advanced knowledge of Grasshopper and Processing is not mandatory. …
Added by Matthijs la Roi at 1:36am on April 6, 2017
  • 1
  • ...
  • 583
  • 584
  • 585
  • 586
  • 587
  • 588
  • 589
  • ...
  • 603

About


McNeel
Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • big-win-online-casino.webp

    big-win-online-casino.webp

    by Modd Ro 2 Comments 0 Likes

  • big-win-online-casino.webp

    big-win-online-casino.webp

    by Modd Ro 1 Comment 0 Likes

  • Аналіз глибокого розпису БК: приховані ринки та стратегічний розподіл банкролу

    Аналіз глибокого розпису БК: приховані ринки та стратегічний розподіл банкролу

    by Modd Ro 0 Comments 0 Likes

  • Inflate

    Inflate

    by Parametric House 0 Comments 0 Likes

  • Tensile Installation

    Tensile Installation

    by Parametric House 0 Comments 0 Likes

  • Add Photos
  • View All
  • Facebook

Videos

  • Grasshopper Tutorial for beginners (Parametric Facade Kangaroo)

    Grasshopper Tutorial for beginners (Parametric Facade Kangaroo)

    Added by Parametric House 0 Comments 0 Likes

  • Grasshopper Tutorial for Beginners

    Grasshopper Tutorial for Beginners

    Added by Parametric House 0 Comments 0 Likes

  • Spike Pavilion Rhino Grasshopper Tutorial

    Spike Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Grasshopper Tutorial For beginners

    Grasshopper Tutorial For beginners

    Added by Parametric House 0 Comments 0 Likes

  • Circuit Pavilion Rhino Grasshopper Tutorial

    Circuit Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Floating Mobius Pavilion Rhino Grasshopper Tutorial

    Floating Mobius Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • Add Videos
  • View All
  • Facebook

© 2026   Created by Scott Davidson.   Powered by Website builder | Create website | Ning.com

Badges  |  Report an Issue  |  Terms of Service