The ITiglCADImporter Interface class should be common for all CAD importing implementations. More...
#include <ITiglCADImporter.h>
Public Member Functions | |
virtual ListPNamedShape | Read (const std::string fileName)=0 |
read in file name More... | |
virtual std::string | SupportedFileType () const =0 |
should return the supported file type, e.g. "step" More... | |
virtual | ~ITiglCADImporter () |
The ITiglCADImporter Interface class should be common for all CAD importing implementations.
|
inlinevirtual |
|
pure virtual |
read in file name
Implemented in tigl::CTiglStepReader.
|
pure virtual |
should return the supported file type, e.g. "step"
Implemented in tigl::CTiglStepReader.