|
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)
Syntaxpublic HashSet<int> VertexIndices(
List<Edge3> Edges
)
Public Function VertexIndices (
Edges As List(Of Edge3)
) As HashSet(Of Integer)
public:
virtual HashSet<int>^ VertexIndices(
List<Edge3>^ Edges
) sealed
abstract VertexIndices :
Edges : List<Edge3> -> HashSet<int>
override VertexIndices :
Edges : List<Edge3> -> HashSet<int>
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