Reverse Engineering
Jump to navigation
Jump to search
OSE Reverse Engineering Protocol
- It is useful to take technical drawings and convert them to real parts, a la Cad1919 - from 2d paper to real 3D. Clear instructional on that.
- Second, it is important to reverse engineer existing CAD drawings- for example if we have CAD from Lyman Extruder or McMaster Carr - at that point we can create modifiable parts from scratch by adding underlying sketches to CAD that doesn't have underlying sketches, such as STEP imports.
- To RE exiting STEP Import or where dimensions are not shown. First step is to show dimensions, and that is best done via Dimensioning Workbench. Dimension placement can be done for 3 different selected views - in a few minutes we generate all relevant dimensions. With these as working drawings, we open one FreeCAD tab with these dimensions, and in a second window we do Sketcher - or even paste the 2D right into the working window, so we have a workflow like in the Arch workbench. But let's say for now you have a 2D dimensioned Fab drawing - at best put that right in your working window while you work with Sketcher. So you generate sketches from drawings in the same window.
- To RE simplifications for complex assemblies, we want to use a strategy where we take a given assembly in a Google Drawing, and then we identify by number all the existing features that we need to include. This document is reviewable - so we end up with a formal paper trail of how a file is made. To this we can add the original complex part, and document how that entire part was made in detail - to complete the 'part modification process'.
- For full transparency on part generation, a peer-reviewed part generation workflow should be documented. Video. So we have a full file - with its version history - that includes verification of constraints, editable sketches, and a Tree View that is fully annotated and transparent. One should be able to go through the Tree View and justify every single design step. Optimization would involve
Notes
How to reverse engineer anything.
Using Baidu (China's Google) and knowing some chinese gets you to design schematics online, from China with love.
Links
- Seminal work from Bunnie Huang on reverse engineering of hardware - [1]
- Bunnie's video - https://www.youtube.com/watch?v=msrTR3hNDQM#t=161
- Software reverse engineering - [2]