Click or drag to resize

IMesh2VertexIndices Method

Returns the indexes of the vertexes 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
HashSet<int> VertexIndices(
	List<Edge3> Edges
)

Parameters

Edges
Type: System.Collections.GenericListEdge3
Edges for getting the vertices.

Return Value

Type: HashSetInt32

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

See Also