GINO Graphics Suite - GINO v9.0  

gEnqSpacePos

Syntax

[C/C++:]
void gEnqSpacePos(GPOINT3 *point);
[F90:]
subroutine gEnqSpacePos(point)
type (GPOINT3), intent(out) :: point

Arguments

point
The coordinates with respect to the space axes and in the current units of the current drawing position

Description

The routine gEnqSpacePos() sets the argument point to the current drawing position in space coordinates.

See Also

gEnqSpacePos Usage