plblock

plots a block (3D rectangle) using user units

parametertypeunitsdescription
x1,y1,z1floatuuposition of a corner of the block
x2,y2,z2floatuuposition of the diagonally opposite corner
returns:void

Description

plblock plots a block (3D rectangle) between (x1,y2,z1) and (x2,y2,z2).

Examples

The following program plots two blocks, the first in millimeters, the second, using thick lines, in user units:
plinit PS plblock A4 100 100 "" ""
plscale3 0 0 0 50 50 50 80 80 80
pleye 100 60 70 50 50 50
plblock 0 0 0 50 50 50
plframe 5 3
plset PENDIA 1
plblock 0 0 0 25 25 25

plblock