Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.12 (5.0.20693.0)
Syntax
| C# |
|---|
public enum CurveOffsetCornerStyle |
| Visual Basic |
|---|
Public Enumeration CurveOffsetCornerStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The dafault value. | |
| Sharp | 1 | Offsets and extends curves with a straight line until they intersect. | |
| Round | 2 | Offsets and fillets curves with an arc of radius equal to the offset distance. | |
| Smooth | 3 | Offsets and connects curves with a smooth (G1 continuity) curve. | |
| Chamfer | 4 | Offsets and connects curves with a straight line between their endpoints. |