02-24-2019
02:13 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
02-24-2019
02:13 AM
Hi,
>> program a SCARA to draw the content of a .pwg file into A4 size paper
I guess you mean ".dwg" file (not ".pwg"), just to make sure we speak about the same file format.
Another question: do you have access to AutoCAD? You'll need that to get access to the geometry.
Next you need to decide which of the API's you want to use from AutoCAD (LISP, VBA, .NET, C++) and at least you need to know which types of objects your dwg-file can contain. As long as there are only 2D-Polylines, then the job is more easy compared to complex geometry like blocks scaled/rotated, some 3D-surfaces (you need to get contours from), ...
- alfred -
------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2025
------------------------------------------------------------------------------------
(not an Autodesk consultant)