We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

ObjectVolume

The ObjectVolume program calculates the volume, surface area and centroid of a closed triangular mesh represented in an object file (.obj). The process goes through the list of triangles that make up the surface and, for each triangle, forms a tetrahedron with an external point. The program uses the origin (0,0,0). The volume of the tetrahedron is then calculated. Tetrahedrons with back facing triangles are added and those with forward facing triangles are subtracted yielding the object volume.

A detailed description of the process is presented in the ObjectVolumeTutorial.doc document as well as program logic and results.

A key component in the program is a subroutine that calculates the volume of a tetrahedron. Four sets of equations were tested and to my surprise all four produced similar results in accuracy and timing.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website https://objectvolume.sourceforge.io
Tags
License
Platform
Features
  • Includes entire java source code
  • Compares Four Sets of Equations for the Volume of an irregular tetrahedron.
  • Handles multiple non-intersecting items in an object file
  • Runs in less than a second for a surface containing 50,000 triangles.