RhinoCommon API
PolylineBreakAtAngles 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)

public Polyline[] BreakAtAngles( double angle )
Public Function BreakAtAngles ( angle As Double ) As Polyline()
Parameters
- angle
- Type: SystemDouble
Angle (in radians) between adjacent segments for a break to occur.
Return Value
Type: PolylineAn array of polyline segments, or null on error.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8