T_Rhino_Geometry_CurveExtensionStyle - mcneel/rhinocommon-api-docs GitHub Wiki

CurveExtensionStyle Enumeration

Defines enumerated values for styles to use during curve extension, such as "Line", "Arc" or "Smooth".

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public enum CurveExtensionStyle

VB

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️