NAME

cxGeoLabelAdd - add a label to the current geometry object

C SPECIFICATION

#include <cx/Geometry.h>

void cxGeoLabelAdd(char *label)

FORTRAN SPECIFICATION

subroutine cxGeoLabelAdd(label) character *(*) label

PARAMETERS

label
A character string label for the geometry.

DESCRIPTION

This function adds a label tag to the current geometry. This label is not visible, but may be retrieved searching the Inventor scene graph.

This label is output by the Render module when in user pick mode.

SEE ALSO

Render(1E)
Last modified: Mon Nov 18 13:48:55 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996