Click or drag to resize

Mesh2VertexIndices Method

Return the indices of the vertices present in the given list of edges.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public HashSet<int> VertexIndices(
	List<Edge3> Edges
)

Parameters

Edges
Type: System.Collections.GenericListEdge3
List of edges to retrieve points from.

Return Value

Type: HashSetInt32

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

Implements

IMesh2VertexIndices(ListEdge3)
See Also