How To Install admesh on Mac with Brew
Name: admeshUse: Processes triangulated solid meshes
ADMesh is a program for processing triangulated solid meshes. Currently, ADMesh only reads the STL file format that is used for rapid prototyping applications, although it can write STL, VRML, OFF, and DXF files.
Additional information regarding the underlying algorithms of ADMesh can be found in Anthony Martin's Masters Thesis available from here:
http://www.varlog.com/admesh-htm/ADMeshThesis.zip
URL: https://github.com/admesh/admesh
Steps To install admesh:
- Open Terminal
- Install Homebrew if you don't have it installed already
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now install admesh
brew install admesh
0 comments:
Post a Comment