M_Rhino_Geometry_Mesh_GetNakedEdgePointStatus - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool[] GetNakedEdgePointStatus()
VB
Public Function GetNakedEdgePointStatus As Boolean()
Type: Boolean[]
An array of true/false flags that, at each index, reveals if the corresponding vertex is completely surrounded by faces.
Supported in: 6.0.16224.21491, 5D58w