Click or drag to resize

FailedPolygon Constructor (Int32, IListInt32)

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,
	[NotNullAttribute] IList<int> meshTriangles
)

Parameters

polygonIndex
Type: SystemInt32
The polygon index.
meshTriangles
Type: System.Collections.GenericIListInt32
The mesh triangles. (Mesh.triangles)
Exceptions
See Also