The OFFReader type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| 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. |