algorithmic modeling for Rhino
End of February 2017, McNeel published the webinar about the design and fabrication of the Morpheus Hotel and Tower in Macau. https://discourse.mcneel.com/t/morpheus-hotel-webinar-video-now-ava.... The video is on Vimeo https://vimeo.com/203358399.
There are also many other sources:
http://www.zaha-hadid.com/interior-design/city-of-dreams-hotel-towe...
and many papers, I used mainly the first one:
http://global.ctbuh.org/resources/presentations/design-to-fabricati...
http://papers.cumincad.org/data/works/att/acadia15_417.pdf
http://global.ctbuh.org/resources/papers/download/2946-design-to-fa...
http://global.ctbuh.org/resources/papers/download/2971-city-of-drea...
http://global.ctbuh.org/resources/presentations/city-of-dreams-maca...
http://global.ctbuh.org/resources/papers/download/2506-interconnect...
Using this documentation here are some explanations of how I did the images here:
http://www.grasshopper3d.com/photo/la-casquette
http://www.grasshopper3d.com/photo/la-casquette-1
The exoskeleton
In order to make the Exoskeleton, a reference surface is needed and also a mesh. The mesh is just used for its topology, so curves network could also be used. Vertices of the mesh/network must not be to near from the edges of the reference surface. So the best is to make the reference surface a little bigger/longer. As I wanted some smooth shape made with surfaces/BREP (not mesh) I used Rhino WIP https://discourse.mcneel.com/t/welcome-to-serengeti/9612 and Sub-D.
I began with a rough mesh which is then transformed in polysurfaces using SubDFromMesh (creases=No Output=Nurbs …) command. These polysurfaces are joined in one polysurface then offseted 4 times in order to have the control surface for the upper and lower level of the Exoskeleton.
The position of the offset surface is represented below.
On this reference surface a mesh is build, each vertices will become a node of the Exoskeleton and each edge will become a member. I wanted to do everything in Rhino WIP but unfortunately as Ngon mesh were introduced there are still some incompatibilities with Grasshopper components. For me, it was a problem with mesh edges component. As I have non planar quad Rhino WIP transformed then in triangles for the rendering (as usual) but also for the mesh representation (see there for some explanations ”(ngon) Mesh Edges” https://discourse.mcneel.com/t/ngon-mesh-edges/42436/8) . So I finished by going back to Rhino 5.0. The problem with Rhino 5.0/GH 0.9 was also that the component “Brep Closest Point” doesn’t output the normal, so I wrote the component, quite easy just 20 lines of simple code.
In order to make the Exoskeleton I choose to make only nodes with half members. For the Morpheus project there are nodes and members. My simplier approach could be useful for example for jewels, 3d printing … and surely not useful for buildings. For each node we need the connection with the other node but also the angle between each pair of member. I used some code of one of my tool http://www.grasshopper3d.com/forum/topics/thicken-a-network-of-line.... The angle is used to calculate the radius used to connect members. Rhino angle are on a plane so they are not exactly the same.
Like in Morpheus Project I used constant radius depending on the domain angle. Radius must be carefully chosen as this could lead to problem.
Script could be used to generate one node, a list of nodes or all nodes. The difficulty was that trim tree doesn’t accept one level tree. So here is the workaround I used.
One other thing to say is that the thickness of the Exoskeleton is driven by offsets and width is controlled more easily.
Here the output of the script, used with curves network (face with 5 and 6 edges).
Here the script, Kangaroo is needed for the remove duplicate lines.
The Macro Windows
Comment
Hi,
I can see this being used in Orthopaedics.
Hello Laurent Delrieu, would you be so kind to share the script, please?
I deleted it.
Hello Laurent, where is the script? i can't find it.
Hello, can you please upload script with your mesh as example to analyze?
Because I really cant understand how to apply that script on a custom surface/form
Merci, Dr. Delrieu.
Nice! Wish there was a way to bookmark blog posts.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
You need to be a member of Grasshopper to add comments!