Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Symbolic Graphics Language > Graphics Directives >

EdgeForm

Updated In 7 Graphic
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.
  • Color, opacity, thickness and dashing directives can be used in EdgeForm.
  • JoinForm can be used to specify how edge segments are joined.
  • 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.
Specify the style of edges and faces:
Edges with different thickness:
Edges with different dashing:
Edges with different color:
Edges with several styles changed:
Affected primitives:
New in 1 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team