FaceForm[g]
is a graphics directive which specifies that faces of polygons and other filled graphics objects are to be drawn using the graphics directive or list of directives g.
FaceForm[g,gback]
specifies that the front faces of three-dimensional polygons should be drawn with directives g, and the backs with directives gback.


FaceForm
FaceForm[g]
is a graphics directive which specifies that faces of polygons and other filled graphics objects are to be drawn using the graphics directive or list of directives g.
FaceForm[g,gback]
specifies that the front faces of three-dimensional polygons should be drawn with directives g, and the backs with directives gback.
Details

- FaceForm[] draws no faces.
- FaceForm works in both 2D and 3D.
- Color, opacity, surface color directives, textures, and materials can be used in FaceForm.
- FaceForm applies to Polygon, Disk, and Rectangle objects.
- In three dimensions, specifications given outside of FaceForm apply to both front and back faces of polygons.
- The front face of a polygon is defined to be the one for which the corners as you specify them are in counterclockwise order (right‐hand rule).
- FaceForm[None,gback] specifies that front faces should not be drawn. »
Examples
open all close allBasic Examples (2)
Applications (1)
Use FaceForm to specify styling for polygons generated by plot functions:
Tech Notes
Related Guides
History
Introduced in 1988 (1.0) | Updated in 2007 (6.0) ▪ 2010 (8.0) ▪ 2012 (9.0)
Text
Wolfram Research (1988), FaceForm, Wolfram Language function, https://reference.wolfram.com/language/ref/FaceForm.html (updated 2012).
CMS
Wolfram Language. 1988. "FaceForm." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/FaceForm.html.
APA
Wolfram Language. (1988). FaceForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FaceForm.html
BibTeX
@misc{reference.wolfram_2025_faceform, author="Wolfram Research", title="{FaceForm}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/FaceForm.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_faceform, organization={Wolfram Research}, title={FaceForm}, year={2012}, url={https://reference.wolfram.com/language/ref/FaceForm.html}, note=[Accessed: 15-August-2025]}