.\" This page was automatically generated. Do not edit! .\" .TH PLFILL3 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplfill3\fP - Draw filled polygon in 3D .SH SYNOPSIS \fBplfill3\fP(\fIn\fP, \fIx\fP, \fIy\fP, \fIz\fP) .SH DESCRIPTION .P Fills the 3D polygon defined by the \fIn\fP points in the \fIx\fP, \fIy\fP, and \fIz\fP arrays using the pattern defined by \fBplpsty\fP(3plplot) or \fBplpat\fP(3plplot). The routine will automatically close the polygon between the last and first vertices. If multiple closed polygons are passed in \fIx\fP, \fIy\fP, and \fIz\fP then \fBplfill3\fP(3plplot) will fill in between them. .P Redacted form: General: \fBplfill3(x, y, z)\fP Perl/PDL: \fBplfill3(n, x, y, z)\fP .P This function is used in example 15. .SH ARGUMENTS .TP \fIn\fP (PLINT, input) Number of vertices in polygon. .TP \fIx\fP (PLFLT *, input) Pointer to array with x coordinates of vertices. .TP \fIy\fP (PLFLT *, input) Pointer to array with y coordinates of vertices. .TP \fIz\fP (PLFLT *, input) Pointer to array with z coordinates of vertices. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.