Hi everyone!
This is my first post so I’ll do my best to keep my question as clear & concise as possible.
Background (feel free to skip)
I’ve been playing around for the first time with Grasshopper this week, specifically focusing on tensile structures. My end goal is to be able to create wireframe 3D Data in 3rd party CAD software, and ‘skin’ that structure when imported into Rhino with somewhat accurate physics, then (eventually) export that ‘skin’ as an accurate 2D net. I was doing pretty well following instructional videos and forum threads, so I quickly modeled a tent frame to try and ‘skin’ using what I have learned so far.
Key Problem:
- Strange artifacts/clumping/misalignment of solved mesh (See below)
My Approach:
-
I started off by making sure that the roof struts would have the same number of points/vertices as the floor mesh does in that direction. I was hoping that this would keep the mesh super clean.
-
My major concern was that the roof struts would interfere with the base in terms of how the mesh wraps. To negate this, I eliminated the endpoints on the roof struts using cullindex.
Problem Diagnosis
The only problem I’m able to diagnose is where the mesh meets the roof. For some reason, my ‘closest point’ node is missing 4 mesh vertices for every roof strut…
That’s all I’m able to figure out though, and have no idea how to solve it yet. The other weird artifacts are beyond me, especially at the floor edge corners where the mesh should be taught but is hanging loose…
I’m also pretty sure this isn’t a matter of UV quantity/resolution, as there seems to be significant misalignment/mess even at this low poly count.
I’ll attach my project files below, and in the meantime will keep digging for answers. Any help & suggestions are greatly appreciated!
Tent_Test_1.3dm (97.0 KB)
Tent_Test_1.gh (14.6 KB)