RhinoCommon API
MeshFaceIsValid Method (Int32) |
Gets a value indicating whether or not this mesh face
is considered to be valid. Unlike the simple IsValid function,
this function takes upper bound indices into account.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool IsValid( int vertexCount )
Public Function IsValid ( vertexCount As Integer ) As Boolean
Parameters
- vertexCount
- Type: SystemInt32
Number of vertices in the mesh that this face is a part of.
Return Value
Type: Booleantrue if the face is considered valid, false if not.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14