Click or drag to resize

LineCapStyle Enumeration

Shape to be used at the ends of open curves

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum LineCapStyle
Members
  Member nameValueDescription
Round0 Ends are extended by a half circle with diameter equal to the curve width
Flat1 Also known as butt. Ends are flat and do not extend
Square2 Ends are flat and extended by half of the curve width
See Also