1ivcat(1) General Commands Manual ivcat(1)
2
3
4
6 ivcat - concatenates and converts Inventor files
7
9 ivcat [-bfht] [-o file] [file ...]
10
12 ivcat reads each file in sequence and then writes each out. If no
13 input file is given, or a filename of "-" is specified, ivcat reads
14 from the standard input file. The input files must be valid Open
15 Inventor 3D Interchange Format files (1.0 or 2.0).
16
17 The following command line options are allowed:
18
19 -b Write out the files in binary Inventor format. The default is to
20 write out the files in Inventor's ASCII format.
21
22 -f Remove all SoFile nodes. This has the effect of condensing hier‐
23 archical files into a single file.
24
25 -h Print usage message.
26
27 -o file
28 Send the output to the given file, instead of to the standard out‐
29 put.
30
31 -t Expand SoTexture2 nodes to explictly include the texture data
32 rather than a file name.
33
35 To convert from binary to ASCII Inventor
36
37 ivcat < binaryfile.iv > asciifile.iv
38
39 To convert from ASCII to binary Inventor:
40
41 ivcat -b < asciifile.iv > binaryfile.iv
42
44 Note that the source code to ivcat comes with the Open Inventor 3d
45 Toolkit.
46
48 /usr/share/data/models/* - Sample Inventor data files
49 /usr/share/src/Inventor/tools/ivcat/* - Source to ivcat
50
52 inventor, ivview, noodle, SceneViewer, gview
53
54
55
56 ivcat(1)