NAME
cxGeoFocus
- edit a previously defined object or transform
C SPECIFICATION
#include <cx/Geometry.h>
void cxGeoFocus(cxGeo id)
FORTRAN SPECIFICATION
subroutine cxGeoFocus(id)
integer id
PARAMETERS
-
id
-
The tag of the desired object.
DESCRIPTION
This function specifies the current object or transform. Subsequently
defined attributes will be attached to this object.
Usually, the current object is the most recently defined primitive.
This function provides a way to access objects that are not the most
recently defined, even if they have been output to other modules.
The tag id is returned from all geometry library routines that
create new objects or grouping transforms.
Last modified: Mon Nov 18 13:48:50 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996