Click or drag to resize

MeshTopologyVertexListConnectedEdgesCount Method

Gets the count of edges that are connected to a given vertex.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int ConnectedEdgesCount(
	int topologyVertexIndex
)

Parameters

topologyVertexIndex
Type: SystemInt32
Index of a topology vertex in Mesh.TopologyVertices.

Return Value

Type: Int32
The amount of edges at this vertex. This can be 0.
See Also