RETURNS THE POSITION ON Z AXIS OF THE 3D OBJECT NUMBER N
ACTION
The function O3D_Z_POSITION(N) returns the position on the Z axis of the 3D object designated by its number N.
SYNTAX:
Result=O3D_Z_POSITION(N)
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem a sphere is created at (0,0,0)
3d_sphere 1,2
rem move it to (0,0,5)
3d_z_position 1,5
rem display its position on Z
print o3d_z_position(1)
O3D_Z_POSITION()
O3D_Z_POSITION(N)
SEE ALSO
O3D_X_POSITION()
O3D_Y_POSITION()