P_Rhino_Geometry_Collections_MeshVertexStatusList_Count - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexStatusList.Count Property

Gets or sets the number of hidden vertices. For this to be a valid part of a mesh, this count should be the same as the one of mesh vertices.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public int Count { get; set; }

VB

Public Property Count As Integer
	Get
	Set

Property Value

Type: Int32

Implements

ICollection(T).Count
ICollection.Count
IReadOnlyCollection(T).Count

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️