02-24-2019
10:20 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
02-24-2019
10:20 AM
The goal of the project is to study of machine programming in the automatic field. The topic is to program a SCARA machine to be able to draw the content of .DWG file. So, as you stated, the project should focus on translating 2D polyline-like geometry into instructions to drive an x-y type plotter machine. But before that I really need to know how to extract the geometry data in a .DWG file.
Can you show me how to get the command list from a random .DWG file? For example if someone gives me a .DWG file. how can I extract such command list?
Thank you.