Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

ivinfo - Prints information about Inventor files

Description

ivinfo  prints  (to standard output) information about the named file. (If no input file is given, ivinfo
       reads from the standard input.)  The information includes whether the file is in ASCII or binary  format,
       and,  for  each  scene graph in the file, the number of nodes in the graph and the contents of any SoInfo
       nodes contained in it.

Files

       /usr/share/data/models/* - Sample 3D data files /usr/share/src/Inventor/tools/ivinfo/* - Source to ivinfo

Name

       ivinfo - Prints information about Inventor files

Options

       The following command line options are allowed:

       -h   Prints out the usage for the command.

See Also

       gview, inventor, ivcat, ivview, drop, maze, noodle, qmorf, revo, showcase, textomatic

                                                                                                       ivinfo(1)

Source Code

       Note that the source code to ivinfo comes with the OpenInventor3dToolkit.

Synopsis

ivinfo [-h] [file]

See Also