Reverse engineering is often used for fasteners, machine parts and assemblies, and other mechanical forms. This method is used for the design and quality control of various industrial products.
In this article in the "Reverse Engineering for Beginners" cycle, we will look at how to reverse engineer a mechanical mold yourself in FreeCAD. FreeCAD is an open source CAD system popular among enthusiasts in the field of 3D scanning and 3D printing.
The FreeCAD program has:- a complete geometric core based on OpenCascade, which allows for three-dimensional operations on complex types of shapes;
- a fully parametric data model, thanks to which the shape of an object can be set through parameters or other objects.;
- a modular architecture that allows you to extend the functionality of the program using modules (plug-ins): complex in C++ or simple Python scripts and macros.;
- modules for creating traditional drawings with export to .svg and .pdf.
In this article we will tell you:- how to import scan data into FreeCAD;
- how to perform reverse engineering in FreeCAD.
We will cover the following issues in detail:- the Works with Meshes module;
- checking the dimensions of the part;
- alignment of a part along the axes of the coordinate system;
- building the contour of a part and obtaining a solid body;
- thread construction.
We illustrate the whole process step by step with screenshots.