The OFFReader type exposes the following members.

Constructors

  NameDescription
OFFReader
Initializes a new instance of the OFFReader class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Read
Reads triangular and quad faces defined in an OFF-format file.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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