M_Rhino_Geometry_Collections_MeshTopologyVertexList_ConnectedEdgesCount - mcneel/rhinocommon-api-docs GitHub Wiki
Gets the count of edges that are connected to a given vertex.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int ConnectedEdgesCount(
int topologyVertexIndex
)
VB
Public Function ConnectedEdgesCount (
topologyVertexIndex As Integer
) As Integer
- topologyVertexIndex
- Type: System.Int32
Index of a topology vertex in Mesh.TopologyVertices.
Type: Int32
The amount of edges at this vertex. This can be 0.
Supported in: 6.0.16224.21491
MeshTopologyVertexList Class
Rhino.Geometry.Collections Namespace