Skip to content

M_Rhino_Geometry_Collections_MeshFaceList_IsHidden

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

MeshFaceList.IsHidden Method

Gets a value indicating whether a face is hidden. A face is hidden if, and only if, at least one of its vertices is hidden.

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

Syntax

C#

public bool IsHidden(
	int faceIndex
)

VB

Public Function IsHidden ( 
	faceIndex As Integer
) As Boolean

Parameters

 

faceIndex
Type: System.Int32
A face index.

Return Value

Type: Boolean
true if hidden, false if fully visible.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFaceList Class
Rhino.Geometry.Collections Namespace

Clone this wiki locally