Idesign
看看這有沒有幫助
D:\UGS180\UGII>UG_INSPECT
This is the V18.0 version of UG_INSPECT.
ug_inspect is a utility that can be used to print information about
Unigraphics part files. Include on the command line the list of
part files for which you want information:
ug_inspect <part-filenames...>
You can also use ug_inspect to extract Parasolid data from the part:
ug_inspect -extract <part-file> [<S-transmit-file>]
The Parasolid data are extracted from the part file and inserted into
the file indicated by <S-transmit-file>. If no <S-transmit-file>
is included on the command line, then ug_inspect will form a transmit
file name based on the part name, with a different extension.
To get a complete list of the ug_inspect command line switches:
ug_inspect -help
D:\UGS180\UGII>UG_INSPECT -help
Usage: ug_inspect [<switches>] <filenames...>
where <filenames> are Unigraphics part file names, and
<switches> are optional command line arguments which may be
one of the following:
-help prints this message
-rm prints Record Manager partition
-cmod prints CMOD partition
-ess prints the Expresssion partition
-occ prints the Occurrences partition
-path prints Path partitions
-ps prints Parasolid partition(s)
-full prints all partitions
-trace prints tracing info as it reads the part
-cookies prints cookie and object id information
-refs prints most recent referenced part information
-all_refs prints all referenced part information
-scan scans for known part corruptions
-extract_all <part file> [<filename>]
-extract <id> <part file> [<filename>]
Extracts Parasolid transmit files - <id> is a
partition id number, <part file> is a part file name,
and <filename>, if specified, is the filename without
extension to use for generating output file names.
If omitted this is generated from the part file name.
Use -extract_all for pre-v12 part files.
-release Just print release information about the part.
:D
或許用這一個外部指令可以寫出一個batch檔來解決多檔轉換的問題!:D |