2. Drawing graphic elements in 3-dim coordinates.
Some graphic elements are defined for 3-dim coordinates.
E: POINT(x,y,z);
E:
LINE(x-first,y-first,z-first,x-last,y-last,z-last,line-mode);
E: ARLINE(x1,y1,z1,x2,y2,z2,size of arrow, opening angle,
line-mode);
E: TRIANGLE(x1,y1,z1,x2,y2,z2,x3,y3,z3,line-mode);
E: CIRCLE(x-center,y-center,z-center,from angle,to angle,
theta of plane,phi of
plane,radius,line-mode);
E: SHIFT(x-shift,y-shift,z-shift);
<shift all following graphic elements by x y and z>
The shift is not
accumulative!
Invisible parts of the figures are not hidden.
3. Writing a text in 3-dim coordinates.
For writing a text in 3-dim coordinates, the z coordinate has
to be specified:
==> W: text / x(10) y(30) z(90)
s(8)