Note: I haven't
created any new releases or updates for several years. However, Miro Hroncok
has created a GitHub repository where he and others have made some bugfixes and
improvements. That repository is here: http://github.com/hroncok/admesh 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.
ADMesh version 0.95ADMesh is a free software, it is distributed under the terms of the GNU General Public License (GPL) version 2. The full license is in the file COPYING that comes with the ADMesh software package. ADMesh can be obtained via http from: http://www.varlog.com/admesh-0.95.tar.gz Information on how to install ADMesh is in the file http://www.varlog.com/INSTALL And the manual is here (it is also in the distribution file) Download
Send questions, comments, suggestions, etc. to me at amartin@varlog.com
Features
ADMesh outputs the following statistics after processing:================= Results produced by ADMesh version 0.95 ================= More about ADMeshThere are two different algorithms used for fixing unconnected facets. The first algorithm finds an unconnected edge, and then checks nearby within a given tolerance for another unconnected edge. It then fixes edges within tolerance. Some meshes can be completely fixed just using this method. If there are still unconnected facets after this "nearby check" has been done, then a second algorithm is used. This algorithm just fills any holes in the mesh by adding facets until all of the holes are filled. Using these two algorithms, almost any imperfect STL file can be "fixed" 100% so that there are 0 unconnected facets. Whether the resulting mesh is what you really want is another question since there is no way for ADMesh to add information that isn't there.At this point ADMesh is only command-line driven and has no windowing capabilities. This should make it extremely easy to port to any UNIX-like system, and it shouldn't have any problems compiling on Windows NT, and some people have had success compiling it under DOS or Windows using DJGPP. ADMesh was developed on a 486/66 with 16Mb running the Linux operating system. It has also been compiled and run on the following systems:
On my Linux system with 16Mb of memory, I can easily process files that have up to about 200,000 facets. Files larger than this can be processed, but the system begins to slow down significantly due to swapping. A system with more memory will be able to process greater numbers of facets more easily. Following are some indications of process times: 40,000 facets: 10 secondsThere are a few features that are "missing" from ADMesh but that might be added in the future. These include:
|