The resulting triangles defined in the OFF file.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public List<Triangle> Triangles
Visual Basic (Declaration)
Public Triangles As List(Of Triangle)
Visual C++
public:
List<Triangle^>^ Triangles

Remarks

The number of triangles may not be the number of faces defined in the OFF file, because quad faces defined in the OFF file are converted into two triangular faces.

See Also