SETZ

Synopsis
SETZ zcor
Description

Moves the turtle along the Z axis from its current position to a new absolute Z coordinate. The zcor input is the new Z coordinate.

SETZ is designed to run in PERSPECTIVE mode.

Example
PERSPECTIVE
PENUP
SETX 100
PENDOWN
SETZ 100
SETY 100
SETZ 0
SETY 0
See Also
SETX
SETY
ZCOR

SourceForge.net Logo