T_Rhino_Geometry_CurveOffsetCornerStyle - mcneel/rhinocommon-api-docs GitHub Wiki
Defines enumerated values for all implemented corner styles in curve offsets.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum CurveOffsetCornerStyle
VB
Public Enumeration CurveOffsetCornerStyle
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. |
Supported in: 6.0.16224.21491, 5D58w