Generic CAM 0.1-PreAlpha

FileSTL Class Reference

Reads in Stereolithography files. STL is a very widespread file format to exchange geometry data between CAD programms. This class reads a STL file and sores its triangles. More...

#include <FileSTL.h>

Inheritance diagram for FileSTL:
Collaboration diagram for FileSTL:

List of all members.

Public Member Functions

 FileSTL ()
virtual ~FileSTL ()
bool ReadFile (wxString fileName)

Detailed Description

Reads in Stereolithography files. STL is a very widespread file format to exchange geometry data between CAD programms. This class reads a STL file and sores its triangles.


Constructor & Destructor Documentation

FileSTL::FileSTL ( )
FileSTL::~FileSTL ( ) [virtual]

Member Function Documentation

bool FileSTL::ReadFile ( wxString  fileName) [virtual]

Implements GeometryFileAbstract.


The documentation for this class was generated from the following files: