- Add an alternative method to process openings that is potentially faster. Use IfcGeomObjects::FASTER_BOOLEANS to enable.

- Begin working on verbosity levels
This commit is contained in:
Thomas Krijnen
2012-06-07 14:38:21 +00:00
parent 82289bf065
commit 700cc772fb
6 changed files with 117 additions and 11 deletions
+1
View File
@@ -868,3 +868,4 @@ MapEntityByGuid Ifc::byguid;
MapEntitiesByRef Ifc::byref;
MapOffsetById Ifc::offsets;
std::stringstream Ifc::log_stream;
int Ifc::Verbosity = 2;
+1
View File
@@ -272,6 +272,7 @@ public:
static double LengthUnit;
static double PlaneAngleUnit;
static int CircleSegments;
static int Verbosity;
};
double UnitPrefixToValue( Ifc2x3::IfcSIPrefix::IfcSIPrefix v );