M_Rhino_Geometry_MeshFace_IsValid - mcneel/rhinocommon-api-docs GitHub Wiki

MeshFace.IsValid Method

Gets a value indicating whether or not this mesh face is considered to be valid. Note that even valid mesh faces could potentially be invalid in the context of a specific Mesh, if one or more of the corner indices exceeds the number of vertices on the mesh. If you want to perform a complete validity check, use IsValid(int) instead.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IsValid()

VB

Public Function IsValid As Boolean

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.Geometry.MeshFace.IsValid"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshFace Structure
IsValid Overload
Rhino.Geometry Namespace

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