Download Latest Version brlcad-7.32.2.tar.gz (134.9 MB)
Email in envelope

Get an email when there's a new version of BRL-CAD

Home / BRL-CAD External Plugins
Name Modified Size InfoDownloads / Week
Parent folder
ProE-BRL_7.22.2_win64_creo2.zip 2014-10-15 7.5 MB
ProE-BRL_7.20.0_win32_creo.zip 2011-11-30 6.9 MB
ProE-BRL_7.20.0_win64_wildfire4.zip 2011-11-30 6.2 MB
ProE-BRL_7.20.0_win64_creo.zip 2011-11-30 7.2 MB
ProE-BRL_7.20.0_win64_wildfire5.zip 2011-11-30 7.2 MB
ProE-BRL_7.16.7_win64_wildfire5.zip 2010-08-19 8.3 MB
README.txt 2010-08-19 3.2 kB
ProE-BRL_7.16.7_win64_wildfire4.zip 2010-08-19 7.1 MB
ProE-BRL_7.16.7_win64_wildfire3.zip 2010-08-19 3.0 MB
ProE-BRL_7.16.7_win32_wildfire4.zip 2010-08-19 6.9 MB
ProE-BRL_7.16.7_win32_wildfire3.zip 2010-08-19 2.8 MB
Totals: 11 Items   63.2 MB 0
WARNING: THIS IS AN UNOFFICIAL DEVELOPER BUILD!!!

That means that there is NO guarantee that the plugin will work, NO
support available regardless of whether it works or not, and it just
MIGHT destroy your data.  If it works for you, feel free to let us
know.  If it doesn't work for you, keep it to yourself. ;)

That said, again, you have been warned that there are NO promises
expressed or implied.  Use at your own risk.

---

This is a build of a Pro/ENGINEER plugin that exports geometry in
polygonal format for use with BRL-CAD.  The export plugin has a
variety of options, but should be relatively self-explanatory.

Builds are available for different versions of Pro/ENGINEER Wildfire
in 32-bit and 64-bit format.  The builds interface with the
Pro/Toolkit plugin interface.  The 64-bit builds were compiled on
Windows Vista.  See the INSTALL.txt file for more details and
assumptions for this particular build of the ProE-BRL plugin.

To inform Pro/ENGINEER about the Pro/Toolkit code that produces ASCII
file, you need to create a "protk.dat" file as follows:

line 1:name proe-brl
line 2:startup spawn
line 3:exec_file 'full path to wherever you install proe-brl'
line 4:text_dir 'full path to the "text" directory'
line 5:revision 2001
line 6:description Export facetization of displayed model to BRL-CAD
line 7:end

See "protk.dat" in this directory for an example.  The exec_file must
include the name of the executable file, and the text_dir must include
the name of the "text" directory.  In the "text" directory
Pro/ENGINEER will look for a subdirectory named "usascii" for a file
named "usermsg.txt".  The "text" directory in this directory should be
used or at least copied verbatim to where you want to use it.

The "protk.dat" file must be located where Pro/ENGINEER will look for
it.  Pro/ENGINEER will look in your current directory and in
Pro/ENGINEER's "text" directory (as well as a few other places).

The resource files (i.e. proe_brl.res, proe_brl_error.res and
proe_brl_gen_error.res) also need to be installed where Pro/ENGINEER
can find them.  Pro/ENGINEER will look in its text/resource directory.
It will also look in the resource directory that's in the text
directory specified by text_dir in the protk.dat file (see
line4:text_dir above).

If the "protk.dat" file, the "proe-brl" executable, and the
"usermsg.txt" files are installed properly, you will see the message
"Installation of Proe-BRL converter succeeded" in the Pro/ENGINEER
message window when Pro/E starts.

Once installed, the Pro/ENGINEER to BRL-CAD conversion is a two step
process.  First, in Pro/ENGINEER, you must select "Proe-brl" under the
"File" menu.  You will be prompted for an output file name, a starting
region ident number, a maximum allowed error for the facetization
approximation, and an angle control. The recomended value for the
angle control is 0.5.  After all prompts have been satisfied, the
currently displayed model will be output to a file in BRL-CAD ACSII
format (actually a Tcl script). The output file can then be converted
to BRL-CAD by using "asc2g" or by sourcing the file in MGED using the
"source" command.

Best of luck!
Source: README.txt, updated 2010-08-19