Registered by Anton Gladky

A tool 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. Some features of admesh are: Fill holes in the mesh by adding facets. Repair facets by connecting nearby facets. Repair normal directions (i.e. facets should be CCW) Remove degenerate facets (i.e. facets with 2 or more vertices equal).

The code is now hosted on GitHub [1]. Launchpad syncs commits from there.

[1] https://github.com/gladk/admesh

Project information

Licence:
GNU GPL v2

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
C

All packages Packages in Distributions

All bugs Latest bugs reported

Get Involved

Announcements

  • admesh 0.96 release on 2013-07-03
    admesh 0.96 is available for download. It is mostly bugfix release. No change...