Deprecated, kept for binary compatibility only. Use IGES_Writer instead. More...
Public Member Functions | |
IGESXDE_Writer () | |
Creates an object. | |
![]() | |
IGES_Writer () | |
Constructor. | |
const IGES_WriterParameters & | Parameters () const |
Returns parameters. | |
IGES_WriterParameters & | Parameters () |
Returns parameters. | |
![]() | |
~Base_Writer () | |
Destructor. | |
bool | Transfer (const ModelData_Model &theModel) |
Converts source model into memory representation of the target file. | |
bool | Transfer (const ModelData_BIMModel &theModel) |
Converts source model into memory representation of the target file. | |
bool | Transfer (const TopoDS_Shape &theShape) |
Converts source shape into memory representation of the target file. | |
bool | WriteFile (const Base_UTF16String &theFileName) |
Writes contents to a target file. | |
bool | WriteFile (std::ostream &theStream) |
Writes contents to a target stream. | |
Base_ProgressStatus & | ProgressStatus () const |
Returns a progress status. | |
Base_WriterStatistics | Statistics () const |
Returns an object containing information about export process. | |
internal::Base_Writer_Private * | Impl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
Additional Inherited Members | |
![]() | |
IGES_Writer (internal::Base_Writer_Private *theImpl) | |
Constructor. | |
![]() | |
Base_Writer (internal::Base_Writer_Private *theImpl) | |
Constructor. | |
Deprecated, kept for binary compatibility only. Use IGES_Writer instead.
cadex::IGESXDE_Writer::IGESXDE_Writer | ( | ) |
Creates an object.
Empty constructor.