M_Rhino_Geometry_MeshFace_IsValid_2 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFace.IsValid 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) Version: Rhino 6.0

Syntax

C#

public bool IsValid(
	int vertexCount
)

VB

Public Function IsValid ( 
	vertexCount As Integer
) As Boolean

Parameters

 

vertexCount
Type: System.Int32
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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFace Structure
IsValid Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️