M_Rhino_Geometry_Collections_MeshFaceList_IsHidden - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool IsHidden(
int faceIndex
)
VB
Public Function IsHidden (
faceIndex As Integer
) As Boolean
- faceIndex
- Type: System.Int32
A face index.
Type: Boolean
true if hidden, false if fully visible.
Supported in: 6.0.16224.21491, 5D58w