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)
Since: 5.0
Syntax 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.
See Also