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

= GOFF, Transforming off
= GON, Transforming on

dim
Number of dimensions in use

= GOFF, Transforming off
= 2, 2-D
= 3, 3-D with no perspective
= -3, 3-D with perspective

mode
State of picture mode switch

= GSPACE, Space mode
= GPICTURE, Picture mode

Description

The routine gEnqTransformState() returns the current state of transforming.

See Also

gEnqTransformState Usage