MeshFaceListIsHidden 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)
Syntaxpublic bool IsHidden(
int faceIndex
)
Public Function IsHidden (
faceIndex As Integer
) As Boolean
Parameters
- faceIndex
- Type: SystemInt32
A face index.
Return Value
Type:
Booleantrue if hidden, false if fully visible.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also