hello;
I found a design on the internet for a waffle-style chair made in Sketchup, my question is as follows:
How do I edit it in Rhino, leaving each slice 10mm thick, plus the waffle fitting between them, without having to redraw the whole thing again? if that is possible.
Hi Eduardo - explode the blocks or enter BlockEdit mode. Select each slice that is aligned one way , one by one, and run this macro ! _Scale1d Pause Enter 5/2 r-1,1
It is very possible:
1- First you need to cleanup your geometry, this is likely going to be engineering / fabrication project so accuracy and cleanness of your models are everything.
2- Explode these blocks into layers, each layer should represent it’s side.
3- Get Rid of meshes and recreate your geometry using Rhino’s NURBS tools (Faster to use Grasshopper) reduce your geometry to single trimmed surfaces.
4- use Grasshopper’s region slits to create the desired slitting effect.
Yes, you can, there are many commands that you can use in rhino to help you with.
1- Intersect
2- BooleanSplit
3- Makehole.
Whatever set of commands can work to achieve your results are fine, just keep in mind, your work needs to be clean, and accurate. The benefit of grasshopper is that you plan your workflow and automate a big portion of the repetitive tasks. otherwise, you will end up spending 20x time creating slits in rhino which is fine as well.
If you are new to rhino, give yourself time to familiarize yourself with the tools and practices and use this project as a challenge so you can learn more from it.
I would like to do it using grasshopper, but I lack the basis, and when errors start to appear, I don’t know how to solve it.
I tried to follow your tips in the project, I tried to implement what you left in the grasshopper file in a new project, errors appeared and I couldn’t solve them.
Do you have a “Side 1” and “Side 2” layer with geometry in your Rhino file?
Apart from that, the best way to get good help is by providing your .gh file, and, where necessary, your .3dm file.
-wim
Here my version. Using “RegionSlit” how tay.0 proposed didn’t work well and boolean difference with volumes (boolean 3D) took too long, so I went the boolean 2D road which still takes 15 sec to compute. Do you want just to render the result or also make it physical via lasercutting or FDM printing? Tree_Chair_DL_04.gh (16.3 KB) Tree_Chair.3dm (2.2 MB)
Tree_Chair_DL_05.gh (24.6 KB)
Here the updated definition with added thickness. The scale looks ok, file units are mm, slabs are 10 mm thick, diameter of the chair approx 1000 mm. Please keep us updated about your progress in a new thread.