Click or drag to resize

LineJoinStyle Enumeration

Shape to be used at the corners of curves

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum LineJoinStyle
Members
  Member nameValueDescription
Round0 Rounds corners
Miter1 Sharp corners where outer edges are extended to a point where they meet
Bevel2 Beveled corner where outer edges are connected without extending
See Also