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

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
Comment on: Topic 'Connect 2 surfaces with smooth transition'
something (C# or components) that does a planer periodic nurbs - any shape imaginable in fact (shown a humble "figure of 8"). 2. Imagine a capability (C# only: sorry) to create a "guide" (indicative/intermediate) surface. Basically: patch the nurbs from step 1 against a variety of user controlled curves/points/cats/dogs/you name it. 3. Imagine doing this U/v quad mesh thingy (we can fill the "gaps" [C# only: sorry] with the base boundary easily - especially when triangulating the mesh -  but better work as shown): 4. Imagine calling the cavalry (Kangaroo) and instructing to do ... things on that "normalized" mesh. 5. What things? Well ... like equalize edges, "inflate", planarize the quads (extra WOW stuff that one), pull it against the "guide" surface [from step 2] or some other weird ideas of mine. this is what V2 does (WIP). more soon …
Added by peter fotiadis at 4:49am on May 15, 2015
Comment on: Topic 'Weaving Catenary/Funicular Meshes'
ruses could follow. Then cones are made and some other things.You can move the cones around via the equivalent slider. If the cones "touch" then ... well .. test it and see what's happening, 2. Interactive capability is not present: assume that you have 666 paths/cones > by what means you think that you could control what's happening? By adding 666 sliders? (not in a million years). 3. Rhino is amusing with regard the solid union Method. Depending on Karma you can get this: or that : 4. Leaving aside N3 .. if the real-time response goes AWOL with just 8 cones what would be the situation if you add 666 cones? This is the reason for using K to solve this ... obviously with "some" compromises yielding "vault" stuff like this: or like that (an Alien billiard (C)(Tm)(US patent pending) for planet Zorg): Moral: stick to the Soap_opera approach.…
Added by peter fotiadis to Kangaroo at 12:11am on April 14, 2016
Topic: Dividing curve unevenly with controlled spacing
al other things:1. the minimum and maximum spacing between points (a certain 'x' and 'y');2. the jump between two next points - let's say it is always 2. So if a minimum possible spacing is 'x' (pt.1) then the next one would be x+2, then x+4, x+6 etc. until it gets to x+n=y (the maximum);3. how many maximum/minimum points there are in a row - when a division reaches the minimum 'x' or maximum 'y distance I want it to stay there for a while (e.g. [...] x+(n-2), x+n=y, y, y, y, y, x+(n-2), x+(n-4)...) Therefore, what I want to get after dividing the base curve are curve pieces of following lenghts/points on the curve with following distances between them (for example):x, x, x, x+2, x+4, x+8 . . . x+n, y, y, y, y, y, x+n . . . x+4, x+2, x, x, x, x, x, x, x, x+2, x+4 . . . x+n, y, y, y, x+n . . . x-2, x, x, x, x, x-2 . . . and so on and on.As you can see the amounts of x's and y's in a row changes (Rule no.3).I've tried this with graphs and attractor points and got nowhere in almost 2 weeks (though I'm a beginner).. Perhaps someone here will have an idea :)I'm attaching a picture of what I have in mind (may be easier to understand than what I wrote for some people :))Cheers…
Added by Jan Pruszynski at 2:59pm on August 9, 2015
Topic: please I need help, if you could reply I would be so grateful
Permalink Reply by Manuel Rodriguez 6 hours ago Delete yes!perfect! It has been a good example! The only thing that I would like to change is, that, instead of deform that following the control points on the surface's perimeter, I would like to deform all, with points in the shapes (in the middle of the circle for example). It is because I want, for example, the biggest circle in point 2, and the smaller circle in point 7. So, is it possible to do?  Summing up, is do the same, but changing the control points, putting them on the shapes (circles) instead the perimeter.   Thank you very much Danny and Chris, you are being really useful for me!  Thanks! Manuel  …
Added by Manuel Rodriguez at 12:22pm on November 1, 2011
Comment on: Topic 'Ladybug_Sunlight Hours Analysis geometry self-shading?'
I tell you what I had to do and how I did it. I have the following situation. A urban context with a square plot 40m x 40m surrounded by buildings. If I extrude the plot I get 4 surfaces and I need to calculate the minimum daily quantity of direct sunlight hours each test point receives in the period from 22nd of April to 22nd of August. For example for the test point at index 21 of surface with index 1 (I am just creating these numbers in my mind) the minimum is on 27th of April and the test point receive 8 hours (this is also invented for the sake of the example) of direct sunlight. All the other days it receives more. So the values I have to found are these minimums for all the test points. Now how to calculate these minimum quantities is a different issue of the topic of this post and actually I manage it.    Continuing with the explanation of what I had to... so I have only the initial plot that generate 4 surfaces, then I want to test smaller plots generated by an offset of 4 m of the original one, and the relative 4 surfaces for each smaller plot. So in this case I think I cannot use your suggestion because the object don't exist yet. I managed creating a loop with Anemone, the loop generate an offset starting from the original  at 0 until 4 (then I multiply it by 4 to obtain the offset at 0, 4, 8, 12 and 16. Then I did like you also suggest I record every time the result with the DataRecorder and I create for each result a different branch with the index coming from the loop (0, 1, 2, 3 and 4) with the Flatten component. In this image you can see all the surfaces saved in the same way as described above and  in white the test points that receive minmum or equal than 2.5 hours per day of direct sunlight in the period from from 22nd of April to 22nd of August and in dark gray the test points that receive less. The main point of this discussion is just the fact that instead use this tricky way I used, or the one you suggest, to analyze separately (because they shade each other) 20 geometries (in this case 20 they could be many more) it would be good if it would be possible just to input all the geometries at the same time and they would not shade each other so to get directly all the results with one run and in a more simple way. Francesco  …
Added by Francesco De Luca to Ladybug Tools at 1:26am on January 17, 2017
Comment on: Topic 'Request: calm down TreeItem'
t you're trying to do something which is not possible. Some solutions spring to mind other than changing the messaging behaviour of the Tree Item component: Have an option for all objects (not just Tree Item) that allows you to disregard warning and error feedback. Sometimes a component has warnings (or indeed errors) and yet it still functions as planned. This often also happens with auto-casting, for example if you're trying to find all the curves in some data. Pros: solves the same problem in the same way everywhere, Cons: yet another menu item and yet another thing to watch for. A global switch that disables the warning and error colouration. Pros: easy fix, easy unfix. Cons: if you also disable message balloons then you can't see where errors are happening. Add a component which filters valid paths and item indices which you could insert in front of the Tree Item component. Pros: a very Grasshopper standard solution, Cons: yet another esoteric component. I've been thinking about changing the way branches and items are accessed. Basically wondering whether it makes more sense to combine the tree path and the item index into a single data-type "{0;0;2} (0 to 9)" which defines both the path and a range of items in that path. It could be made to work almost identical to current Tree Branch and Tree Item components but it could also do some other cool stuff in addition to that. For example you could have: {0;0;1}                which defines all the items in that branch {0;0;1} (2)           which defines the third item in that branch {0;0;1} (0,1,2,4)   which defines the first, second, third and fifth items in that branch {0;0;1} (0 to 4)     which defines the first 5 items in that branch {0;0;1} (!3)          which defines all items except the fourth in that branch And I'm sure people can think of even more combinations of symbols and numbers that can be added. Most of this logic is already in place in the [Replace Branches] and [Split Tree] components. -- David Rutten david@mcneel.com Poprad, Slovakia…
Added by David Rutten at 12:58am on January 27, 2013
Comment on: Topic 'Appending data to DA.SetDataList()'
complicated than it seems as I have an event and a subscriber method receiving data from a serial port. In the code below, the strings received within myReceivedLines appear when connecting with the serial port (when connecttodevice is true). However they disapear when I launch another command (when homeallis true).   As you recommended in your reply, I have added the field called myReceivedLineswithin the class so that I could use the method String.Add() to all the feedback received and commands sent.   Why does the feedback dispear when a command is sent? Is the string going to myReceivedLine disappearing because they happen within a subscriber method or is it related to the DA.SetDataList() method used to assign myReceivedLinesto the output?   Many thanks!     public class SendToPrintComponent : GH_Component { //Fields List<string> myReceivedLines = new List<string>(); SerialPort port; //subscriber method for the port.DataReceived Event private void DataReceivedHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e) { SerialPort sp = (SerialPort)sender; while (sp.BytesToRead > 0) { try { myReceivedLines.Add(sp.ReadLine()); } catch (TimeoutException) { break; } } } protected override void SolveInstance(IGH_DataAccess DA) { //Opening the port if (port == null) { string selectedportname = default(string); DA.GetData(1, ref selectedportname); int selectedbaudrate = default(int); DA.GetData(2, ref selectedbaudrate); //Assigning an object to the field within the SolveInstance method() port = new SerialPort(selectedportname, selectedbaudrate, Parity.None, 8, StopBits.One); //Enables the data terminal ready (dtr) signal during serial communication (handshaking) port.DtrEnable = true; port.WriteTimeout = 500; port.ReadTimeout = 500; } //Event Handling Method bool connecttodevice = default(bool); DA.GetData(3, ref connecttodevice); if (connecttodevice == true) { if (!port.IsOpen) { port.DataReceived += new SerialDataReceivedEventHandler(DataReceivedHandler); DA.SetDataList(0, myReceivedLines); port.Open(); } } else if (port.IsOpen) { port.DataReceived -= new SerialDataReceivedEventHandler(DataReceivedHandler); port.Close(); } if (port.IsOpen) { DA.SetData(1, "Port Open"); } //If the port is open do all the rest if (port.IsOpen) { bool homeall = default(bool); DA.GetData(5, ref homeall); //Home all sends all the axis to the origin if (homeall == true) { port.Write("G28" + "\n"); myReceivedLines.Add("G28" + "\n"); DA.SetDataList(2, myReceivedLines); } } else { DA.SetData(1, "Port Closed"); } }}…
Added by Arthur Mamou-Mani at 8:58am on October 16, 2012
  • 1
  • ...
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89

About


McNeel
Scott Davidson created this Ning Network.

Welcome to
Grasshopper

Sign In

Translate

Search

Photos

  • Pie Pavilion Rhino Grasshopper Tutorial

    Pie Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • Pie Pavilion Rhino Grasshopper Tutorial

    Pie Pavilion Rhino Grasshopper Tutorial

    by June Lee 0 Comments 0 Likes

  • 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

  • Add Photos
  • View All
  • Facebook

Videos

  • Pie Pavilion Rhino Grasshopper Tutorial

    Pie Pavilion Rhino Grasshopper Tutorial

    Added by June Lee 0 Comments 0 Likes

  • 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

  • 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