Provides methods to read polyeders defined by triangular or
quadrilateral poylgons defined in an .off-format file.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public class OFFReader |
| Visual Basic (Declaration) |
|---|
Public Class OFFReader |
| Visual C++ |
|---|
public ref class OFFReader |
Remarks
The OFF format is a simple ASCII format to define polyeders
defined by polygons, see
http://shape.cs.princeton.edu/benchmark/documentation/off_format.html.
Quad faces defined in the OFF file are automatically converted into
two triangular faces. The class does not support polygons with more
than four vertices.