Skip to content

Mathias-Fuchs/MinimalSurface

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MinimalSurface

compute an approximate minimal surface without recursion ("in one shot")

minm

This grasshopper component is just another minimal surface solver. However, unlike most minimal surface solvers, it is not based on physical or iterative principles. Instead, it computes three harmonic functions of the (u, v) coordinates. This yields an approximation because minimal surfaces enjoy the property that their three coordinate functions on the surface itself are harmonic.

Thus, we end up with an approximation. The approximation is perfect once the (u, v)-patch is isothermal.

Installation from a github binary release

  • Download the latest relase
  • Extract and right-click the file with extension ".gha" > Properties > unblock
  • Drag and drop it into grasshopper

or ...

  • Execute the command "TestPackageManager" and search for "MinSurface".