WOLFRAM
Products
Wolfram|One
Mathematica
Wolfram Notebook Assistant + LLM Kit
Wolfram|Alpha Notebook Edition
System Modeler
All Products
Consulting & Solutions
Wolfram Consulting
Industry Solutions
Solutions for Education
Learning & Support
Wolfram U Courses
Wolfram Language Resources
Wolfram Community
Support FAQs
Contact Support
Company
About Wolfram
Careers
Events
Educational Programs
All Sites and Resources
Wolfram|Alpha
Wolfram Cloud
Your Account
Your Account
User Portal
Search
Legacy Documentation
Mathematica 6
(2007)
This is documentation for Mathematica 6, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.3)
Mathematica
>
Graphics Directives
>
Built-in
Mathematica
Symbol
Three-Dimensional Graphics Directives
The Structure of Graphics
Tutorials »
|
FaceForm
Line
Mesh
Thick
Thin
See Also »
|
Graphics Directives
Polygons
Symbolic Graphics Language
New in 6.0: Graphics Primitives & Directives
More About »
EdgeForm
EdgeForm
[
g
]
is a graphics directive which specifies that edges of polygons and other filled graphics objects are to be drawn using the graphics directive or list of directives
g
.
MORE INFORMATION
EdgeForm
[]
draws no edges.
EdgeForm
works in both 2D and 3D.
Color, opacity, thickness and dashing directives can be used in
EdgeForm
.
EdgeForm
applies to
Polygon
,
Disk
and
Rectangle
objects.
EdgeForm
does not affect the rendering of
Line
objects.
In
Graphics
, the default is to draw no edges.
In
Graphics3D
, the default is to draw edges around every polygon.
No lines are ever drawn at edges formed by one polygon intersecting another.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Specify the style of edges and faces:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
Scope
(5)
SEE ALSO
FaceForm
Line
Mesh
Thick
Thin
TUTORIALS
Three-Dimensional Graphics Directives
The Structure of Graphics
MORE ABOUT
Graphics Directives
Polygons
Symbolic Graphics Language
New in 6.0: Graphics Primitives & Directives
New in 1 | Last modified in 6