M_Rhino_Geometry_Mesh_GetNakedEdgePointStatus - mcneel/rhinocommon-api-docs GitHub Wiki

Mesh.GetNakedEdgePointStatus Method

Returns an array of bool values equal in length to the number of vertices in this mesh. Each value corresponds to a mesh vertex and is set to true if the vertex is not completely surrounded by faces.

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

Syntax

C#

public bool[] GetNakedEdgePointStatus()

VB

Public Function GetNakedEdgePointStatus As Boolean()

Return Value

Type: Boolean[]
An array of true/false flags that, at each index, reveals if the corresponding vertex is completely surrounded by faces.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

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