Click or drag to resize

CurveOffsetCornerStyle Enumeration

Defines enumerated values for all implemented corner styles in curve offsets.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum CurveOffsetCornerStyle
Members
  Member nameValueDescription
None0 The default value.
Sharp1 Offsets and extends curves with a straight line until they intersect.
Round2 Offsets and fillets curves with an arc of radius equal to the offset distance.
Smooth3 Offsets and connects curves with a smooth (G1 continuity) curve.
Chamfer4 Offsets and connects curves with a straight line between their endpoints.
See Also