Planar Remeshing

Introducing two components to generate a planar polygon tessellation of a freeform mesh:

  • Planarise Mesh - Planarise a set of closed non-planar curves. Can be used in combination with the Lloyd's algorithm component or independently (i.e. with weaverbird, see example below).

Code by Ramboll Computational Design originally developed for the TRADA Pavilion and based on the process described by Cutler and Whiting (2007). The Landesgartenschau Exhibition Hall by ICD in Stuttgart has shown the potential of planar remeshing of freeform shells in a similar manner.

 

The project is open source released under the MIT licence and can be found here:

https://github.com/rambollcomputationaldesign/Giraffe

 

Latest release can be downloaded here:

https://github.com/rambollcomputationaldesign/Giraffe/releases/tag/v0.1.0

 

There are four example files:

(a)  Positively curved sphere (Euclidean based metric)

(b)  Negatively curved saddle (normal based metric)

(c)  Example using Weaverbird (showing planarise mesh component without Lloyds)

(d)  Example using Starling (building a dual network from a planar mesh).

 

The components will appear under the RCD>Remeshing tab.

Copyright 2014 Ramboll Computational Design (RCD).

Original code by Harri Lewis (we miss you) for the TRADA pavilion. Further developed by other RCD peoples. May contain bugs.

Enjoy.

 

Reference:

Cutler, B., & Whiting, E. 2007. Constrained planar remeshing for architecture. Pages 11–18 of: Proceedings of Graphics Interface 2007. ACM.

 

Load Previous Comments
  • Will Pearson

    Nick, the team that worked on this (and the TRADA pavilion itself) have since moved on from Ramboll, hence the broken links. I've recompiled the tool and have made it available again at https://github.com/formateng/giraffe/releases. The source you were looking at is exactly that, just source code that anyone is welcome to compile/modify themselves :)

  • Paul

    Can't believe my timing, thank you for getting this on again. I have downloaded the file, but I cannot find any .gha files within. Am I missing something? Thank you.

  • John Harding

    PlanarMesh.gha should be in the zip file.