M_Rhino_Geometry_Collections_MeshVertexStatusList_Add - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexStatusList.Add Method

Adds a new flag at the end of the list.

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

Syntax

C#

public void Add(
	bool hidden
)

VB

Public Sub Add ( 
	hidden As Boolean
)

Parameters

 

hidden
Type: System.Boolean
True if vertex is hidden.

Return Value

Type:
The index of the newly added hidden vertex.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshVertexStatusList Class
Rhino.Geometry.Collections Namespace

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