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(3E).

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(3E) will have no effect.

SEE ALSO

cxGeoFocus(3E)
Last modified: May 26 13:51 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999