|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gEnqTransformState
Syntax
[C/C++:]
void gEnqTransformState(int *ntran, int *dim, int *mode);
[F90:]
subroutine gEnqTransformState(ntran, dim, mode)
integer, intent(out) :: ntran,dim,mode
Arguments
ntran
State of modelling transformation switch
dim
Number of dimensions in use
|
= 3, |
3-D with no perspective |
|
= -3, |
3-D with perspective |
mode
State of picture mode switch
Description
The routine gEnqTransformState() returns the current state of transforming.
See Also
gEnqTransformState Usage