|
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)
SyntaxHashSet<int> VertexIndices(
List<Edge3> Edges
)
Function VertexIndices (
Edges As List(Of Edge3)
) As HashSet(Of Integer)
HashSet<int>^ VertexIndices(
List<Edge3>^ Edges
)
abstract VertexIndices :
Edges : List<Edge3> -> HashSet<int>
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