NAME
cxGeoInventorDefine
- add an Inventor scene graph to output geometry
C SPECIFICATION
#include <cx/Geometry.h>
cxGeo cxGeoInventorDefine(
SoNode *node)
FORTRAN SPECIFICATION
integer function cxGeoInventorDefine(node)
integer node
PARAMETERS
-
node
-
An Inventor scene graph.
DESCRIPTION
This function adds an Inventor scene graph to the current geometry buffer.
Inventor is the object oriented graphics toolkit that the IRIS Explorer geometry
is based on.
The return value is a tag for this object that may be used to reference it
at a later time with cxGeoFocus(3).
Attributes may be added, but whether they take effect or not will depend
on the contents of the scene graph. For example, if the scene graph has
materials specified in it, changing the color with cxGeoColorAdd(3)
will have no effect.
SEE ALSO
cxGeoFocus(3)
Last modified: Mon Nov 18 13:48:54 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996