diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:16:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:16:19 +0000 |
commit | b24867305db18906864c48ffc46654a1d0717296 (patch) | |
tree | 497a0278f239ecd620964f54a4eb1af9b85395b3 /cad/admesh/pkg-descr | |
parent | 15d234b2db07c88d37a5a412c1a4b0d4eeb3e80a (diff) | |
download | ports-b24867305db18906864c48ffc46654a1d0717296.tar.gz ports-b24867305db18906864c48ffc46654a1d0717296.zip |
Notes
Diffstat (limited to 'cad/admesh/pkg-descr')
-rw-r--r-- | cad/admesh/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cad/admesh/pkg-descr b/cad/admesh/pkg-descr new file mode 100644 index 000000000000..11bdc68ad475 --- /dev/null +++ b/cad/admesh/pkg-descr @@ -0,0 +1,23 @@ +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. + +Features +* Read and write binary and ASCII STL files +* Check STL files for flaws (i.e. unconnected facets, bad normals) +* Repair facets by connecting nearby facets that are within a given tolerance +* Fill holes in the mesh by adding facets. +* Repair normal directions (i.e. facets should be CCW) +* Repair normal values (i.e. should be perpendicular to facet with length=1) +* Remove degenerate facets (i.e. facets with 2 or more vertices equal) +* Translate in x, y, and z directions +* Rotate about the x, y, and z axes +* Mirror about the xy, yz, and xz planes +* Scale the part by a factor +* Merge 2 STL files into one +* Write an OFF file +* Write a VRML file +* Write a DXF file +* Calculate the volume of a part + +WWW: http://www.varlog.com/products/admesh/ |