WOLFRAM

is a graphics directive that specifies that edges of polygons and other filled graphics objects are to be drawn using the graphics directive or list of directives g.

Details

  • EdgeForm[] draws no edges.
  • EdgeForm works in both 2D and 3D.
  • Color, opacity, thickness, and dashing directives can be used in EdgeForm.
  • JoinForm can be used to specify how edge segments are joined.
  • 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

open allclose all

Basic Examples  (1)Summary of the most common use cases

Specify the style of edges and faces:

Out[1]=1
Out[2]=2

Scope  (5)Survey of the scope of standard use cases

Directive Specification  (4)

Edges with different thickness:

Out[1]=1

Edges with different dashing:

Out[1]=1

Edges with different color:

Out[1]=1

Edges with several styles changed:

Out[1]=1

Primitives Affected  (1)

Affected primitives:

Out[1]=1
Out[2]=2
Out[3]=3
Out[4]=4
Wolfram Research (1988), EdgeForm, Wolfram Language function, https://reference.wolfram.com/language/ref/EdgeForm.html (updated 2008).
Wolfram Research (1988), EdgeForm, Wolfram Language function, https://reference.wolfram.com/language/ref/EdgeForm.html (updated 2008).

Text

Wolfram Research (1988), EdgeForm, Wolfram Language function, https://reference.wolfram.com/language/ref/EdgeForm.html (updated 2008).

Wolfram Research (1988), EdgeForm, Wolfram Language function, https://reference.wolfram.com/language/ref/EdgeForm.html (updated 2008).

CMS

Wolfram Language. 1988. "EdgeForm." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/EdgeForm.html.

Wolfram Language. 1988. "EdgeForm." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/EdgeForm.html.

APA

Wolfram Language. (1988). EdgeForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EdgeForm.html

Wolfram Language. (1988). EdgeForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EdgeForm.html

BibTeX

@misc{reference.wolfram_2025_edgeform, author="Wolfram Research", title="{EdgeForm}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/EdgeForm.html}", note=[Accessed: 29-March-2025 ]}

@misc{reference.wolfram_2025_edgeform, author="Wolfram Research", title="{EdgeForm}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/EdgeForm.html}", note=[Accessed: 29-March-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_edgeform, organization={Wolfram Research}, title={EdgeForm}, year={2008}, url={https://reference.wolfram.com/language/ref/EdgeForm.html}, note=[Accessed: 29-March-2025 ]}

@online{reference.wolfram_2025_edgeform, organization={Wolfram Research}, title={EdgeForm}, year={2008}, url={https://reference.wolfram.com/language/ref/EdgeForm.html}, note=[Accessed: 29-March-2025 ]}