Pro/ENGINEER Tips & Tricks: DraftingThis page is a compilation of tips & tricks related to Pro/ENGINEER. They are not necessarily my own ideas. Use them at your own risk. Drafting
![]()
Pro/E supports the Extended ASCII characters thru the latin_1 font.
This
is a standard Pro/E font. If you want to use extended ASCII characters
in drawing notes you should know the (machine specific) key sequence
which
is required to type in higher ASCII characters. See also the
Administration
Guide - Pro/ENGINEER fonts.
|
| BEGIN |
|
END |
| @[ | Enclose text in a box | @] |
| @+ | Superscript text | @# |
| @- | Subscript text | @# |
| @o | Attach placeholder of multiple line leader note to this line | |
| @D | Dimension displayed as a numeric value | |
| @S | Dimension displayed as a symbolic value | |
| @O | Don't Display Dimension |
I did some research on the DXF file creation by Pro/E and here are my findings.
Note there is a bug concerned with exporting a DXF file
to large directory paths. Apparantly old builds of Pro/E R2001 crashes
when the entire pathname exceeds 64 characters. This is solved in build
2003010.
See also TAN
110924
Since R2000i2 (build 2001000) Pro/E creates v13 dxf files. Pro/E R2001 creates v14 dxf files.
One thing about these version dxf files is that they can't be imported into Word. See: http://www.ptc.com/cs/tpi/107007.htm
Since Pro/E R2000i2 there is an option to set the dxf file format to v12, v13 or v14: DXF_EXPORT_FORMAT. See also: http://www.ptc.com/cs/tpi/106321.htm
But the R2000i DXF files are different from the ones you can create in R2001 with the DXF_EXPORT_FORMAT option set to either 12, 13 or 14.
However, there is another undocumented option since R2000i2 which allows you to create dxf files which are more or less the same as the ones created in R2000i. Set the option DXF_EXPORT_EXTRACT to NO to do so.
The creation of these old dxf files is twice (!) as fast and yields much smaller dxf files. This option disables the options DXF_EXPORT_FORMAT and DXF_OUT_COMMENT (an R2001 option for removing the first 4 comment lines created by Pro/E).
No documentation can be found on the DXF_EXPORT_EXTRACT option (not even in the PTC Knowledge Base: Search the KnowledgeBase ).
Note:
when you use this option and create DWG files
it will crash Pro/E R2001 (builds 2002140 and
2002180)!
The DWG->DXF converter by PTC probably needs the
new format. So
be carefull using this option.
Note2: november 2002, Just
noticed that DXF export also crashes
as soon as you try to export a drawing with dimensions on it.
To be continued ....
I did some benchmarks on a
large assembly drawing. These are the results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Here a graphical display. Where the x-axis is
the creation time
in seconds (lower is better).
Note that the R2001 Network 12, 13
and 14 scores
are cut off (with the actual length being 2359, 2639 resp. 1577
seconds)

Why does it take Pro/E longer to create these new DXF files, you might wonder?
I'll tell you:
When exporting a dxf-file, Pro/E first creates a standard temp. dxf
file called autocad1.dxf.
Now if you have set DXF_EXPORT_EXTRACT to YES (the default) Pro/E reads the autocad1.dxf file again and starts converting it to whatever DXF file or DWG file you want. This conversion process slows down the creation process, and it is extremely slow on networked drives. The difference between a v14 dxf file and the autocad1.dxf file is minimal. There is only a header added.
When you set the option DXF_EXPORT_EXTRACT to NO it creates a different kind of standard dxf file (old v12) also called autocad1.dxf and afterwards copies it to the final filename. This process is much faster since the dxf file does not need to be converted afterwards.
Until I find a good reason to start using the newer
version DXF files
I'll use the old ones by setting the option DXF_EXPORT_EXTRACT
to NO. Then I'm closest to
the processing time of R2000i
Olaf Corten © 1995-2006