T_Rhino_Geometry_CurveOffsetCornerStyle - mcneel/rhinocommon-api-docs GitHub Wiki

CurveOffsetCornerStyle Enumeration

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

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

Syntax

C#

public enum CurveOffsetCornerStyle

VB

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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

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