Click or drag to resize

Mesh2BoundaryLoop Method

Return the boundary loop of the mesh rewrite this using https://en.wikipedia.org/wiki/Topological_sorting ! or this one https://stackoverflow.com/questions/12367801/finding-all-cycles-in-undirected-graphs.

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

Return Value

Type: IEnumerableEdge3

[Missing <returns> documentation for "M:Karamba.Geometry.Mesh2.BoundaryLoop"]

Implements

IMesh2BoundaryLoop
See Also