Skip to content

Overload_Rhino_Geometry_MeshFace_IsValid

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MeshFace.IsValid Method

Overload List

 

Name Description
Public method IsValid() 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.
Public method IsValid(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.
Public method IsValid(Point3d[]) Gets a value indicating whether or not this mesh face is considered to be valid. Unlike the simple IsValid function, this function takes actual point locations into account.
  Back to Top

See Also

Reference

MeshFace Structure
Rhino.Geometry Namespace

Clone this wiki locally