Click or drag to resize

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
)

Parameters

vertexCount
Type: SystemInt32
Number of vertices in the mesh that this face is a part of.

Return Value

Type: Boolean
true if the face is considered valid, false if not.
See Also