mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
528bc62a9e
- Add LICENSE - Add MAKE_JOBS_SAFE - Fix build with clang - Respects DOCS PR: ports/172219 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
24 lines
960 B
Plaintext
24 lines
960 B
Plaintext
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: https://launchpad.net/admesh
|