M_Rhino_Geometry_Collections_MeshVertexList_IsHidden - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.IsHidden Method

Gets a value indicating whether or not a vertex is hidden.

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

Syntax

C#

public bool IsHidden(
	int vertexIndex
)

VB

Public Function IsHidden ( 
	vertexIndex As Integer
) As Boolean

Parameters

 

vertexIndex
Type: System.Int32
Index of vertex to query.

Return Value

Type: Boolean
true if the vertex is hidden, false if it is not.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
Rhino.Geometry.Collections Namespace

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