Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Alfred.NESWADBA
en respuesta a: Anonymous

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)