Gets the expected number of faces specified in the second line of 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 int NumberOfFaces
Visual Basic (Declaration)
Public NumberOfFaces As Integer
Visual C++
public:
int NumberOfFaces

Remarks

The number of triangles is not always 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