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)
Since: 5.0
Syntax 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.
See Also