|
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)
SyntaxIEnumerable<Line2> Segments()
Function Segments As IEnumerable(Of Line2)
IEnumerable<Line2^>^ Segments()
abstract Segments : unit -> IEnumerable<Line2>
Return Value
Type:
IEnumerableLine2Iterator over the lines.
See Also