NAME
cxGeoXformPop
- end defining geometry objects in a transform group
C SPECIFICATION
#include <cx/Geometry.h>
void cxGeoXformPop()
FORTRAN SPECIFICATION
subroutine cxGeoXformPop
DESCRIPTION
This function make the current object the parent of the current transform
group. It is most commonly used after a call to cxGeoXformPush(3E)
and some geometry creation in that context.
It is an error to call this function when the current transform group is
the root object.
An example:
/* push the transform state */
cxGeoXformPush();
/* add attributes */
...
/* add new objects (and their attributes) */
...
/* end new definitions within this context */
cxGeoXformPop();
SEE ALSO
cxGeoXformPush(3E)
Last modified: Mon Nov 18 13:49:32 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996