Click or drag to resize

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
)

Parameters

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

Return Value

Type: Polyline
An array of polyline segments, or null on error.
See Also