Click or drag to resize

Edge3NakedEdgeSuccessor Method

Returns the succeeding edge in a loop, with the correct orientation. Chooses just one if there are several. Throws error if there is none.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Edge3 NakedEdgeSuccessor(
	List<Edge3> nakedEdges
)

Parameters

nakedEdges
Type: System.Collections.GenericListEdge3
List of naked edges to be used for orienting the edges.

Return Value

Type: Edge3

[Missing <returns> documentation for "M:Karamba.Geometry.Edge3.NakedEdgeSuccessor(System.Collections.Generic.List{Karamba.Geometry.Edge3})"]

See Also