1ivdowngrade(1) General Commands Manual ivdowngrade(1)
2
3
4
6 ivdowngrade - converts Inventor 2.1 files to the Inventor 2.0 and 1.0
7 formats
8
10 ivdowngrade [-v targetVersion] [infile outfile | infile ]
11
12
14 ivdowngrade reads the input file infile and converts it to the Inventor
15 format specified by -v targetVersion , either 1.0 or 2.0. If the -v
16 option is not specified, an Inventor V2.0 file will be generated. The
17 input file can be in Inventor or VRML format. The output will always be
18 in ascii format. If no output file is specified, ivdowngrade writes to
19 stdout. If no input file is specified as well, ivdowngrade reads from
20 stdin.
21
22
24 ivdowngrade -v 1.0 foo.iv moo.iv
25 Downgrades the file foo.iv to Inventor V1.0 format, writing to
26 moo.iv.
27
28 ivdowngrade goo.iv
29 Downgrades the file goo.iv to Inventor V2.0 format, writing to
30 stdout.
31
32
34 Because of differences between the 1.0 and 2.0 file formats, some data
35 may be lost during the conversion to 1.0. For instance, the 2.0 file
36 format for SoSeparator contains fields for caching and culling, but the
37 1.0 format for SoSeparator has no fields. This information is lost dur‐
38 ing the conversion process.
39 No data is lost going from the 2.1 to the 2.0 format.
40
41
43 /usr/share/data/models/* - Sample Inventor data files
44
45
47 inventor, ivcat, ivview, SceneViewer, gview, webspace
48
49
50
51 ivdowngrade(1)