|
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)
Syntaxpublic IEnumerable<Edge3> BoundaryLoop()
Public Function BoundaryLoop As IEnumerable(Of Edge3)
public:
virtual IEnumerable<Edge3>^ BoundaryLoop() sealed
abstract BoundaryLoop : unit -> IEnumerable<Edge3>
override BoundaryLoop : unit -> IEnumerable<Edge3>
Return Value
Type:
IEnumerableEdge3[Missing <returns> documentation for "M:Karamba.Geometry.Mesh2.BoundaryLoop"]
Implements
IMesh2BoundaryLoop
See Also