PDA

View Full Version : ASSEMBLY DRAWING and Acad


OlekSz
06-15-2004, 12:39 PM
Hi,

I generate assembly files as dxf files and next process them in Acad.

The dxf file image consists of thick "polilines" and of "solids".

I would like to get rid of them so the drawing will consists of "lines" only.

I tried "explode" and "fill" commands.

I got almost good reults i.e. I got lines, but at every corner some
dots (circles) were left.

So, my question is how can I get assembly drawing image consisting of lines only (without any dots)?


Aleksander

Jason Roetz
06-15-2004, 02:23 PM
After your first explode command, select all geometry again and explode one more time. This should get rid of the dots.

Jason