catobj
by
Stewart Dickson
This is a program for concatenating several object
description files into a single object.
Program Command Usage
catobj [options] infile.[iv|obj] [infile.[iv|obj] infile.[iv|obj] ...] outfile.iv
Options:
- -h -- help (this message)
- -q f.# f.# f.# f.# -- (x, y, z, r) rotate by angle r about axis x, y, z
- -s f.# f.# f.# -- translate along x, y, z
- -t f.# f.# f.# -- scale along x, y, z
The infile.[iv|obj] is assumed to be either an
Open Inventor or Wavefront '.OBJ' geometrical object description file.
Note
The -q, -s and -t options permit some rudimentary
multi-part geometric assemblies, assuming that the requisite transformation
parameters are know in advance.
Transformations are stacked and applied in the order in which they are
given on the command line. Any number of transformations may be specified per
object, allowing for any order of the operations.
See Also
- fromobj -- convert an indexed-polygon Wavefront '.obj' file to
OpenInventor file format.
- fromstl -- convert an '.STL' file to
OpenInventor file format.
- qweldobj -- weld the vertices in a Wavefront '.obj' file.
- towaveobj -- convert an
OpenInventor file to Wavefront '.OBJ' format.