CurveExtensionStyle Enumeration |
Rhino 5 for Windows
Defines enumerated values for styles to use during curve extension, such as "Line", "Arc" or "Smooth".
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic enum CurveExtensionStyle
Public Enumeration CurveExtensionStyle
Members
| Member name | Value | Description |
---|
| Line | 0 |
Curve ends will be propagated linearly according to tangents.
|
| Arc | 1 |
Curve ends will be propagated arc-wise according to curvature.
|
| Smooth | 2 |
Curve ends will be propagated smoothly according to curvature.
|
See Also