Skip to content

M_Rhino_Geometry_Collections_MeshFaceList_HasNakedEdges

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFaceList.HasNakedEdges Method

Returns true if at least one of the face edges are not topologically connected to any other faces.

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

Syntax

C#

public bool HasNakedEdges(
	int faceIndex
)

VB

Public Function HasNakedEdges ( 
	faceIndex As Integer
) As Boolean

Parameters

 

faceIndex
Type: System.Int32
A face index.

Return Value

Type: Boolean
true if that face makes the mesh open, otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally