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 >

JoinForm

JoinForm[type]
is a graphics directive which specifies what type of joins should be used to connect segments of lines, tubes, edges, and related primitives.
  • The following types can be used in JoinForm[type]:
"Bevel"truncate the corner
"Miter"extend the corner toward a point
{"Miter",d}extend by at most d times the line width
"Round"cover the corner with a disk
Nonedo not join segments
  • In 2D, the default is JoinForm[{"Miter", 3.25}]. In 3D, the default is JoinForm["Round"].
  • JoinForm[{"Miter", 1/Sin[Theta/2]}] gives sharp corners for any join angle larger than Theta.
A rounded line join:
A rounded tube join:
Specify joining of line segments:
Specify joining of tubes:
Use EdgeForm to control the joins of edge lines:
Different line cap and join forms:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team