Skip to main content
1-Visitor
January 13, 2015
Solved

Conversion issues going from .drw to .dwg

  • January 13, 2015
  • 1 reply
  • 8244 views

My isometric image is not showing when I convert from a .drw to .dwg. Attached is what I get. Does anybody know why this happens and how to fix it?

Best answer by dmaynard

Just got off phone with PTC techinal support and here is the answer. AutoCAD does not recognize .png files. To solve this, when you create .dwg files from .drw files, go to the "misc" tab and select ".jpg" to export images as jpegs. To make it a default, go to configuration editor and type in "int2d_out_image_format" and set to ".jpeg" to export all .dwg's as jpeg.

1 reply

1-Visitor
January 13, 2015

Not much help on the dwg portion - not a new problem http://communities.ptc.com/message/255583#255583

Apparently the shaded image file is also created at the same time, and saved in the same location as the dwg.

17-Peridot
January 14, 2015

The only fix is to create an overlay view using a no hidden option. The shaded view is not part of the translation other than to create the image like David said. I think shaded image implementation in Creo, as in WF, was only a half hearted implementation. There are so many limitations it is difficult to defend its use in general practice using Creo.

1-Visitor
January 14, 2015

Part of the answer to support for DWG is here http://www.opendwg.org/ (old) and http://www.opendesign.com/ (new)

Since DWG is a proprietary file format from Autodesk, and Autodesk doesn't seem willing to just hand over all the docs required, this group has reverse engineered/interpreted a spec and supporting routines for members. Example capabilities are here http://www.opendesign.com/the_oda_platform/Teigha

While PTC could better support the DWG format, I don't see the point of including bitmaps. It's not as if the recipient could synchronize the shaded image with other edits to the 2D data and it's not as if the shaded image would be of use on the drawing to drive downstream apps, such as CNC programming.

One could go with eDrawings or some such that embeds a lightweight version of the model with a view of same embedded or a version of PDF with a 3D representation attached.