Click or drag to resize

Face3Edges Method

Iterate through the segments of the closed polygon.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public IEnumerable<Edge3> Edges()

Return Value

Type: IEnumerableEdge3
Iterator through the faces edges.
See Also