Click or drag to resize

FailedPolygon Constructor (Int32, Int32, Int32, Int32)

Initializes a new instance of the FailedPolygon class.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public 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