The OFFReader type exposes the following members.

Fields

  NameDescription
NumberOfDegenerateFaces
Gets the number of resulting degenerate faces defined in the OFF file.
NumberOfFaces
Gets the expected number of faces specified in the second line of the OFF file.
NumberOfPoints
Gets the expected number of points specified in the second line of the OFF file.
NumberOfValidFaces
Gets the number of valid (non-degenerate) faces defined in the OFF file.
Triangles
The resulting triangles defined in the OFF file.

See Also