02-24-2019
03:08 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
02-24-2019
03:08 AM
>> Using AutoCAD is the most appropriate way.
I have AutoCAD to open .DWG file and I also have converter to convert the .DWG file to .PDF file in my PC. But I think the problem is that my professor wants the machine itself to recognize the file. So instead of open a specific file on my PC and convert it to machine language, I think he wants the machine can understand the protocol even if the input is any random .DWG file.
I will ask him about this on Tuesday for further details. But is it possible to write a code to do the task like that?
And can you show me how to use API to get the objects in .DWG file (in this case I would be more comfortable with C++ more than other languages)?
Thank you.