|  | FailedPolygon Constructor (Int32, Int32, Int32, Int32) | 
  
    Namespace: 
   HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
    Assembly:
   MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
 Syntax
Syntaxpublic FailedPolygon(
	int polygonIndex,
	int index0,
	int index1,
	int index2
)
Parameters
- polygonIndex
- Type: SystemInt32
 The polygon index.
- index0
- Type: SystemInt32
 The index of the first vertex.
- index1
- Type: SystemInt32
 The index of the second vertex.
- index2
- Type: SystemInt32
 The index of the third vertex.
 See Also
See Also