Tool to measure in STL files
I want to create parts for a 3D printer using OpenSCAD. Having some STL files from the vendor, but nothing else (no technical drawing, no CAD files).
Does anybody knows a free tool, that allows me to
- measure distances between 2 selected vertices,
- measure distances between a selected vertex and a plane defined by 3 vertices,
- measure the radio of a circle defined by 3 selected vertices?
I very much like the way Blender allows to work with meshes, especially select vertices or planes, but unfortunately haven't found a way to measure with Blender.
At thingiverse, for example, you often find only STL files that print in the right size, so the values in the files seem to be mm.
There is also a Blender community here on the Stack Exchange network if you have more general questions about Blender.
I suggest blender. It's not the simplest of tools but it is free and learning it will improve your 3d printing skills. :-) (I write this answer also for future viewers of this question so I start basic).
Check here for another answer:
https://blender.stackexchange.com/questions/19772/how-do-i-measure-a-distance-between-two-points- Import your STL-file.
- Press the Home key to view everything.
- Select the model by clicking on it with your left mouse button. (Blender changed to left-click-select as of version 2.80)
- Hit tab to enter edit-mode.
- Press N (or use View | Properties) until the Properties panel shows up.
- Select the "Length" checkbox in the "Edge Info" section of the Properties panel (see image below).
- Select "Edge Select" mode (see image below)
- Select the edge to measure by clicking on it with your right mouse button.
If you need to measure the distance between to vertices with no edge. Create the edge by selecting them and pressing F.
If you need to measure the distance between a vertex and any other point, select it and press E to extrude.Blender also has a tool to measure: Ruler and Protractor independent of edges.
License under CC-BY-SA with attribution
Content dated before 7/24/2021 11:53 AM
Tormod Haugene 6 years ago
As far as I know, there is no real size information saved in .stl files, only relative positions of points in a generic unit measure. When opening an STL-file, you will have to specify how long one "unit" is. Most editors probably use millimeters or inches by default, but mixing them up will yeild results such as this. Just thought you should know. :)