mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 21:42:28 +00:00
Merge remote-tracking branch 'origin/master' into v0.6.0
This commit is contained in:
@@ -80,7 +80,7 @@ if ( it != cache.T.end() ) { e = it->second; return true; }
|
|||||||
#include INCLUDE_PARENT_DIR(IfcSchema)
|
#include INCLUDE_PARENT_DIR(IfcSchema)
|
||||||
|
|
||||||
namespace IfcGeom {
|
namespace IfcGeom {
|
||||||
class IFC_PARSE_API geometry_exception : public std::exception {
|
class IFC_GEOM_API geometry_exception : public std::exception {
|
||||||
protected:
|
protected:
|
||||||
std::string message;
|
std::string message;
|
||||||
public:
|
public:
|
||||||
@@ -92,7 +92,7 @@ namespace IfcGeom {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
class IFC_PARSE_API too_many_faces_exception : public geometry_exception {
|
class IFC_GEOM_API too_many_faces_exception : public geometry_exception {
|
||||||
public:
|
public:
|
||||||
too_many_faces_exception()
|
too_many_faces_exception()
|
||||||
: geometry_exception("Too many faces for operation") {}
|
: geometry_exception("Too many faces for operation") {}
|
||||||
|
|||||||
Reference in New Issue
Block a user