Regular Dual Mesh

Hi,
i try to remodel the DTC Recycleshell. I struggle to get the Dual Mesh correct. In the original structure the Polygons are aligned with the force flow. This way a sliding failure will be prevented. I used the Tri Remash Component but my Polygons are oriented arbitrarily. Also the original structure has a more staggered pattern. Does somebody know a way to get a similar pattern?

Original

Remodeled Version

Shell.gh (21.4 KB)

Hi @Thomas16

Here are a couple of different ways this can be tackled.

  1. Make a regular triangular mesh of the right shape and wrap it onto the target surface

  2. Use repulsion to distribute points then triangulate

(then take the dual after in both cases)

wrap_regular.gh (37.4 KB)
repulsion_shell_panels.gh (30.0 KB)

The first gives you most direct control over the topology. For this shape you could even use a fully regular mesh, since it has 6 sides, but you’d get more size and shape distortion of the hexagons. In my example Here I’ve used a mesh which is regular on the interior, but has some corners where it meets the boundary. See here for another example of this.

The second avoids you having to create a starting mesh, and will generally give a nicer distribution than just remeshing, but it won’t generally give perfectly regular arrangements (and not symmetrical unless you include another goal to enforce that). Also for shapes that wrap under themselves the triangulation step gets a bit more complicated (but in your case that isn’t an issue since it can easily be projected flat).

2 Likes

Sorry for replying this late. Very nice solution, thanks!
But is there a way to get rid of the very small quad parts?

image

I thought that might come up, and yes there are ways to tackle it, but I didn’t want to overcomplicate things at first.
Are you looking at the regular mesh wrapping approach or the point repulsion approach?

I am looking at the point repulsion approach