algorithmic modeling for Rhino
A collection of useful geometry tools. The plug-in includes utilities for mathematical forms, paneling systems, structures, and workflow.
Website: http://provingground.io/tools/lunchbox/
Members: 851
Latest Activity: Jun 24
Download the Latest Version at Food4Rhino
Hello all, I'd appreciate some advice/help on how to fix the problem I have which can be seen in the screenshots.I tried fixing it many times before posting here - through the common routes such as…Continue
Tags: mixture, gaussian, learning, machine, lunchbox
Started by rust_1999. Last reply by williamjacob Jun 24.
hi,i have created a multiple bake function via lunchbox-bake:- toggle all "object bake" with 1 boolen-button - works- define layer name (for rhino) - works - geom,etry is baked at the defined layer…Continue
Started by Zdenek Fajfrlik. Last reply by Kenneth Navarrete Mar 30, 2023.
Hello,I want to write things from grasshopper to excel.Now I want my starting row to be the row after the last filled row. Just like is possible in excel with vba.Can someone help me with…Continue
Started by Eef. Last reply by Kenneth Navarrete Mar 30, 2023.
Hot on the heels of the latest Slingshot! release, I have put out a new version of LunchBox. The new version…Continue
Tags: LunchBox
Started by Nathan Miller. Last reply by Khalid Wyman Jul 14, 2022.
Comment
Hello Igor,
You are using the attactor on the corners of the voronoi cells. Each corner will be transformed (in your case 'moved' inward) differently because each corner is located at a different position relative to the attractor point.
If you want an even transformation of cells (such as a scaling operation), you could use the center of each cell as your target points for the attractors.
see attached....
-Nathan
Nathan, thanks for the great tools. I have a question about attractor. Why points located in one place (verticels of Voronoi cells) are different transformed. I believed that superposition of forces of attractor in each point of space is equal(i hope you understand my english).
Mohammad,
I added a official discussion on this topic above since it is an interesting one that deserves more discussion. I see some interesting potential to evolve this functionality... I don't have an immediate answer, but please re-post there and I will revisit later on.
-Nathan
Dear Nathan
Another Question!
Do you know how can I find out the ID of a rhino object? I mean I went on your example and added this
polyline 0,0,0 0,10,0 10,10,0 10,0,0 0,0,0 Enter '_SelLast ExtrudeCrv 50 enter _SelPrev AreaCentroid
so that polyline will extrude by 50 and I will have the centroid of the square for later defining the twist axis first point! but the question is how can I now choose the box? First I have to know the ID of the box, right? I did it manually by checking the object properties of the box so it went like that
'_SelID 73636d69-eeb5-4778-838b-ffe341cade32 twist
again I need a way to choose the ID of the point to select it as the start of twist axis! Anyway i'm loving this piece of tool! it will be great if it could have an output and for example list out the IDs or object name or the geometry ,whatever it is!!
Thanks again :)
Thanks dear Nathan :)
I just forgot that because of the string like parameter we have I have to put a space to show the next command line! That was small and important! :D
Worked perfectly! This command thing is extra cool thanks again :)
Sebastian: Good to hear
Mohammad: Basically the Rhino Command component requires you to enter strings just as you would in the command-line.
The following command will draw a square using a polyline:
"polyline 0,0,0 0,10,0 10,10,0 10,0,0 0,0,0 Enter"
Note the spaces between the coordinates. The command is completed with "Enter"
-Nathan
Nathan thank you for the lunchbox. It's awesome and lovely :)
I have a question about the rhino command
I guess if it gets solved it can really open a new arena!!
How can you do automate commands with it?
For example a simple one will look like this:
I want to send command poly line and eventually choose point 0,0,0 and then 10,0,0 and then 30,0,0 and finish the command and get back to grasshopper so i tried a panel with this
ployline
0,0,0
10,0,0
30,0,0
and then enabled the command but it could not get what I wanted! The 0,0,0 will run only after finishing polyline! I tried even counter of firefly to send my commands but I guess I couldnt find out! Is there any hope?
ANd again Thanks Nathan for a great great tool:)
Great, works well, thank you very much
Sebastian,
Good catch. Basically, it is trying to create a completed diamond shape with points along the edge resulting in a supper thin panel. Not suppose to happen!
I created an update (v0.264) with a fix for that component. I am using a new 'Tri B' logic and seems to be working much better. You can get it at the usual location....
Welcome to
Grasshopper
© 2024 Created by Scott Davidson. Powered by
You need to be a member of LunchBox to add comments!