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