|  | FailedPolygon Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
 Syntax
Syntax[PublicAPIAttribute] public class FailedPolygon
The FailedPolygon type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FailedPolygon(Int32, IListInt32) | 
                Initializes a new instance of the FailedPolygon class.
             | 
|  | FailedPolygon(Int32, Int32, Int32, Int32) | 
                Initializes a new instance of the FailedPolygon class.
             | 
 Properties
Properties Fields
Fields| Name | Description | |
|---|---|---|
|  | FailedVertex | 
                Array of values indicating whether the vertex is invalid.
             | 
|  | VertexIndices | 
                Indices of the triangle.
             | 
 See Also
See Also