Click or drag to resize

ILoop2Segments Method

Iterate through the segments of the loop should maybe also specify a step length.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
IEnumerable<Line2> Segments()

Return Value

Type: IEnumerableLine2
Iterator over the lines.
See Also