Click or drag to resize

FailedPolygon Class

Represents a data about the failed triangle.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFrameworkFailedPolygon

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public class FailedPolygon

The FailedPolygon type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIndex
Gets the index of the failed polygon.
Top
Fields
  NameDescription
Public fieldFailedVertex
Array of values indicating whether the vertex is invalid.
Public fieldVertexIndices
Indices of the triangle.
Top
See Also