M_Rhino_Geometry_Polyline_BreakAtAngles - mcneel/rhinocommon-api-docs GitHub Wiki

Polyline.BreakAtAngles Method

Breaks this polyline into sections at sharp kinks. Closed polylines will also be broken at the first and last vertex.

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

Syntax

C#

public Polyline[] BreakAtAngles(
	double angle
)

VB

Public Function BreakAtAngles ( 
	angle As Double
) As Polyline()

Parameters

 

angle
Type: System.Double
Angle (in radians) between adjacent segments for a break to occur.

Return Value

Type: Polyline[]
An array of polyline segments, or null on error.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Polyline Class
Rhino.Geometry Namespace

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