Hide menu
Loading...
Searching...
No Matches
cadex::CAT_Reader Class Reference

Reads CATIA files. More...

#include <cadex/CAT_Reader.hxx>

Inheritance diagram for cadex::CAT_Reader:
cadex::Base_Reader

Public Member Functions

 CAT_Reader ()
 
const CAT_ReaderParametersParameters () const
 Returns parameters.
 
CAT_ReaderParametersParameters ()
 Returns parameters.
 
- Public Member Functions inherited from cadex::Base_Reader
 ~Base_Reader ()
 Destructor.
 
bool ReadFile (const Base_UTF16String &theFileName)
 Reads the file into memory.
 
bool ReadFile (std::istream &theStream)
 Reads the file into memory.
 
bool ReadFile (const std::shared_ptr< Base_IStreamProviderFactory > &theFactory, const Base_UTF16String &theFileName)
 Reads the file into memory.
 
bool Transfer (ModelData_Model &theModel)
 Converts read file into a resulting model.
 
bool Transfer (ModelData_BIMModel &theModel)
 Converts read file into a resulting BIM model.
 
bool Transfer (TopoDS_Shape &theShape)
 Converts read file into a resulting shape.
 
Base_ProgressStatusProgressStatus () 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.
 

Additional Inherited Members

- Protected Member Functions inherited from cadex::Base_Reader
 Base_Reader (internal::Base_Reader_Private *theImpl)
 Constructor.
 

Detailed Description

Reads CATIA files.

Refer to CATIA Converter.

Constructor & Destructor Documentation

◆ CAT_Reader()

cadex::CAT_Reader::CAT_Reader ( )

Constructor.

Exceptions
LicenseManager_LicenseErrorif no CATIA license was activated.