|  | FailedPolygon Constructor (Int32, IListInt32) | 
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
 Syntax
Syntaxpublic FailedPolygon( int polygonIndex, [NotNullAttribute] IList<int> meshTriangles )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentOutOfRangeException | meshTriangles doesn't contain a triangle that starts from polygonIndex. | 
| NotSupportedException | The property is set and the IListT is read-only. | 
 See Also
See Also