Reads IGES files. More...
Public Member Functions | |
IGES_Reader () | |
Creates an object. More... | |
const IGES_ReaderParameters & | Parameters () const |
Returns parameters. | |
IGES_ReaderParameters & | Parameters () |
Returns parameters. | |
![]() | |
~Base_Reader () | |
Destructor. | |
bool | ReadFile (const Base_UTF16String &theFileName) |
Reads the file into memory. More... | |
bool | ReadFile (std::istream &theStream) |
Reads the file into memory. More... | |
bool | ReadFile (const std::shared_ptr< Base_IStreamProviderFactory > &theFactory, const Base_UTF16String &theFileName) |
Reads the file into memory. More... | |
bool | Transfer (ModelData_Model &theModel) |
Converts read file into a resulting model. More... | |
bool | Transfer (TopoDS_Shape &theShape) |
Converts read file into a resulting shape. More... | |
Base_ProgressStatus & | ProgressStatus () const |
Returns a progress status. | |
Base_ReaderStatistics | Statistics () const |
Returns an object containing information about import process. | |
internal::Base_Reader_Private * | Impl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
Protected Member Functions | |
IGES_Reader (internal::Base_Reader_Private *theImpl) | |
Constructor. | |
![]() | |
Base_Reader (internal::Base_Reader_Private *theImpl) | |
Constructor. | |
Reads IGES files.
Refer to IGES Converter.
cadex::IGES_Reader::IGES_Reader | ( | ) |
Creates an object.
Empty constructor.
LicenseManager_LicenseError | if no IGES license was activated. |