Go to the documentation of this file.
18 static std::shared_ptr<SAT_Exporter>
createIn(std::shared_ptr<OpenLxApp::Document> aDoc);
26 int _acisVersion = -1;
Definition: ActiveScript.h:10
SAT_Exporter(std::shared_ptr< OpenLxApp::Document > aDoc)
int getAcisVersion() const
Exports the visible Elements of the Document to a SAT file.
Definition: SAT_Exporter.h:13
static std::shared_ptr< SAT_Exporter > createIn(std::shared_ptr< OpenLxApp::Document > aDoc)
Base class of all Exporters.
Definition: Exporter.h:16
virtual ~SAT_Exporter()
Definition: SAT_Exporter.h:17
virtual int exportFile(const Base::String &filename) override
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:18
void setAcisVersion(int aVersion)