CurveOffsetCornerStyle Enumeration |
Rhino 5 for Windows
Defines enumerated values for all implemented corner styles in curve offsets.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic enum CurveOffsetCornerStyle
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.
|
See Also