M_Rhino_Geometry_Polyline_BreakAtAngles - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public Polyline[] BreakAtAngles(
double angle
)
VB
Public Function BreakAtAngles (
angle As Double
) As Polyline()
- angle
- Type: System.Double
Angle (in radians) between adjacent segments for a break to occur.
Type: Polyline[]
An array of polyline segments, or null on error.
Supported in: 6.0.16224.21491, 5D58w