See also entry in DESCRIPTION file
Usage: drw_model [options] [files]
drw_model checks for reference models in a Pro/ENGINEER drawing file.
options: -h => this help screen.
-m => show only drawings with models.
-c => show only drawings with NO models.
-d => short output (don't show modelnames).
-s => show nr of sheets also
-r => show simplified rep names also
-f => show only format names.
-a => show also format names
-e => warn for erased views
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
#
# 19990219 Changed SCRIPTS_DIR extraction.
# 19980824 Changed _format to format
# 19980708 Added -e (erased views) option.
# 19980612 -s option now also works with drawings without models.
# 19970820 Added -r option.
# 19970813 Fixed -s option and changed it to -d. Added -s option.
# 19961122 LS_COMMAND decide added (fix for non-SGI users)
# 19960723 Changed SCRIPTS_DIR setting; Added count for Sheet numbers.
# 19951215 bom_file output had changed, so awk command was changed.
# bom_file renamed to model_ref
# 19951019 Added options -f and -a
# 19951013 Added SCRIPTS_DIR
#
################################################################################
|