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

Writes Rhino files. More...

#include <cadex/Rhino_Writer.hxx>

Inheritance diagram for cadex::Rhino_Writer:
cadex::Base_Writer

Public Member Functions

 Rhino_Writer ()
 Constructor.
 
const Rhino_WriterParametersParameters () const
 Returns parameters.
 
Rhino_WriterParametersParameters ()
 Returns parameters.
 
- Public Member Functions inherited from cadex::Base_Writer
 ~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_ProgressStatusProgressStatus () 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

- Protected Member Functions inherited from cadex::Base_Writer
 Base_Writer (internal::Base_Writer_Private *theImpl)
 Constructor.
 

Detailed Description

Writes Rhino files.

Refer to Rhino Converter.

Warning
ReadFile() overload accepting a stream cannot be used. Instead, use the overload accepting a file name.

Constructor & Destructor Documentation

◆ Rhino_Writer()

cadex::Rhino_Writer::Rhino_Writer ( )

Constructor.

Creates an object.

Empty constructor.

Exceptions
LicenseManager_LicenseErrorif no Rhino license was activated.