Open STL, OBJ and glTF/GLB in your browser and measure size, volume and surface area
STL (both binary and ASCII), OBJ and glTF / GLB. STL and OBJ carry geometry only, so they are shown in a single colour; glTF / GLB keep whatever colours and materials they contain. The MTL file that sits next to an OBJ is not loaded. If your model needs several files together, pack it into a single GLB first.
No. Loading, rendering and measuring all happen inside your browser, and the model is never sent to a server. Only the three.js rendering library is fetched from its CDN (jsDelivr). Design data that cannot leave your company can be opened here as-is.
It is the sum of the signed volume of every triangle. That is exact for a model whose surface is closed and whose faces all point outwards, but it drifts when there are holes or flipped faces. When the mesh looks open, the tool says so and marks the volume as an estimate. If the number disagrees with your slicer, suspect holes in the mesh first.
STL and OBJ carry no unit information. This tool assumes 1 = 1mm, which is the common convention for 3D printing. If your CAD exported in centimetres or inches, switch the unit selector at the top. glTF / GLB are defined in metres by the specification, so they are multiplied by 1000 and shown in millimetres.