Make occt optional

This commit is contained in:
Thomas Krijnen
2023-03-22 11:17:14 +01:00
parent cb35378a73
commit 2b1b79bf1c
28 changed files with 187 additions and 134 deletions
+5 -1
View File
@@ -19,6 +19,8 @@
* *
********************************************************************************/
#ifdef IFOPSH_WITH_OPENCASCADE
#include "../ifcgeom/abstract_mapping.h"
#include <string>
@@ -2436,4 +2438,6 @@ std::string SvgSerializer::writeMetadata(const drawing_meta& m) {
}};
return namespace_prefix_ + "plane=\""+ array_to_string(m4) +"\" " +
namespace_prefix_ + "matrix3=\"" + array_to_string(m.matrix_3) + "\"";
}
}
#endif