My Project
|
Implements geometry and mesh file formats of the the original Triangle code. More...
Public Member Functions | |
bool | IsSupported (string file) |
IMesh | Import (string filename) |
Read a file containing a mesh. | |
void | Write (IMesh mesh, string filename) |
Save a mesh to disk. | |
void | Write (IMesh mesh, Stream stream) |
Save a mesh to a Stream. | |
IPolygon | Read (string filename) |
Read a file containing polygon geometry. | |
void | Write (IPolygon polygon, string filename) |
Save a polygon geometry to disk. | |
void | Write (IPolygon polygon, Stream stream) |
Save a polygon geometry to a Stream. | |
IPolygon | Read (string filename) |
Read a file containing polygon geometry. | |
void | Write (IPolygon polygon, string filename) |
Save a polygon geometry to disk. | |
void | Write (IPolygon polygon, Stream stream) |
Save a polygon geometry to a Stream. | |
bool | IsSupported (string file) |
IMesh | Import (string filename) |
Read a file containing a mesh. | |
void | Write (IMesh mesh, string filename) |
Save a mesh to disk. | |
void | Write (IMesh mesh, Stream stream) |
Save a mesh to a Stream. | |
Implements geometry and mesh file formats of the the original Triangle code.
|
inline |
Read a file containing a mesh.
filename | The path of the file to read. |
Implements TriangleNet.IO.IMeshFormat.
|
inline |
Implements TriangleNet.IO.IFileFormat.
|
inline |
Read a file containing polygon geometry.
filename | The path of the file to read. |
Implements TriangleNet.IO.IPolygonFormat.
|
inline |
Save a mesh to a Stream.
mesh | An instance of the IMesh interface. |
stream | The stream to save to. |
Implements TriangleNet.IO.IMeshFormat.
|
inline |
Save a mesh to disk.
mesh | An instance of the IMesh interface. |
filename | The path of the file to save. |
Implements TriangleNet.IO.IMeshFormat.
|
inline |
Save a polygon geometry to a Stream.
polygon | An instance of the IPolygon class. |
stream | The stream to save to. |
Implements TriangleNet.IO.IPolygonFormat.
|
inline |
Save a polygon geometry to disk.
polygon | An instance of the IPolygon class. |
filename | The path of the file to save. |
Implements TriangleNet.IO.IPolygonFormat.