| 
	    plfill3
	  ( | n, | 
| x, | |
| y, | |
| z ); | 
      Fills the 3D polygon defined by the
      nxyzplpsty or plpat.  The routine will automatically close the
      polygon between the last and first vertices.  If multiple closed
      polygons are passed in xyzplfill3 will
      fill in between them.
    
n
	  (PLINTNumber of vertices in polygon.
x
	  (PLFLT_VECTORA vector containing the x coordinates of vertices.
y
	  (PLFLT_VECTORA vector containing the y coordinates of vertices.
z
	  (PLFLT_VECTORA vector containing the z coordinates of vertices.
Redacted form:
	    General: plfill3(x, y, z)
	  
This function is used in example 15.