Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello everyone,
I've made a Pro/E drawing in WF5.
Then I've exported my drawing to dwg leaving the same colors, using the default dxf_export.pro file. When I open it in BricsCAD v10 it looks all good.
Now I'm trying to print it from BricsCAD to all black lines using the right *.ctb template file. Printing in BricsCAD works the same like in AutoCAD. They both share the same printing templates I think (*.ctb files)
I've my printing template set up to print all white lines in bold black and the rest of the colors to print in thin black. When I print from any other dwg file that isn't exported from Pro/E I get what I desire. The only troublesome dwgs come from Pro/E and give me output that looks like on the following picture.
I think the problem is that Pro/E puts all the layers to AutoCAD layer called "0". If so does anyone know how to set up dxf_export.pro file so it doesn't export entities to zero layer?
If the AutoCAD layer zero isn't the problem then what could it be?
Ok, I found the way how not to convert entities to zero AutoCAD layer. Simply set intf_out_layer config option to part_layer.
The print output from AutoCAD is still colored:
I was playing around with dxf_export.pro alot. Couldn't get to work the map_layer command. It doesn't influence the resulting DWG at all. I've used a help guide like this one:
and plenty of other ones but nothing seemed to work.
For those who don't know dxf_export.pro is a mapping template file you can create in order to export Pro/E drawing entities into DWG with a change you wish to make. Change line styles, names of layers, colors, fonts, etc.
Ok, more on topic. Here is one leg breaking way how to print dwgs created in Pro/E so you get all black lines:
http://www.synthx.com/tom/sy_tip_0010.htm
Another way is to use eDrawings for printing then you can get print looking like this:
None of those ways considers that the geometry lines should be print in bold. Various line thicknesses while printing can be obtained using eDrawings but that requires the dwg being having various thicknesses as well. Which is kind of silly way.
Also Pro/E makes pretty odd dimension setup in AutoCAD. When trying to add dimensions to the drawing in AutoCAD the following shows:
All in all it's possible to obtain pretty DWG from Pro/E. Not that the DWG is any usefull.
Unlike SW, Pro/E at least modifies the dimension value AutoCAD parametr, if scaled drawings are being exported to DWG.
So mistakes won't happen when measuring from the DWG.
Oh well. I am not gonna compare SW with Pro/E on this one. It's horrible too but in some other ways, as well as Catia.
Anyway it looks like I was beating a dead horse here. Can't even figure out how to put entities into AutoCAD layers named as I want. Lots of things about DWG export seem so odd.
Thank you in advance if you've got anything to add and care to share it.
Have a nice day all.