M_Rhino_Geometry_Collections_MeshVertexStatusList_Contains - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexStatusList.Contains Method

Determines if some vertices are hidden or some are shown.

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

Syntax

C#

public bool Contains(
	bool hidden
)

VB

Public Function Contains ( 
	hidden As Boolean
) As Boolean

Parameters

 

hidden
Type: System.Boolean
The value to be checked. True means some vertex is hidden.

Return Value

Type: Boolean
True if the array contains the specified value.

Implements

ICollection(T).Contains(T)

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace

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