MeshFaceList.HasNakedEdges Method

MeshFaceListHasNakedEdges 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)
Syntax
public bool HasNakedEdges(
	int faceIndex
)
Public Function HasNakedEdges ( 
	faceIndex As Integer
) As Boolean

Parameters

faceIndex
Type: SystemInt32
A face index.

Return Value

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

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also