|
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)
Syntaxpublic IEnumerable<Edge3> Edges()
Public Function Edges As IEnumerable(Of Edge3)
public:
IEnumerable<Edge3>^ Edges()
member Edges : unit -> IEnumerable<Edge3>
Return Value
Type:
IEnumerableEdge3Iterator through the faces edges.
See Also