2D Parts tracer to dxf file

Hi, is it possible some way to use an Arduino to make a parts tracer. This is to trace 2D parts to a dxf file.
May be something similar to https://arcdroidcnc.com or a pad where you trace around the part.
Is it possible.
Thanks,

You could take a CNC Router and replace the cutting head with a contact probe. Then write a LOT of software to probe the edges of your 2D shape and translate the points into lines and curves in DXF format.

Usually, people just take a picture of the object, import it into a drawing program, and trace it.