Guess units if none are present and convert back if needed

This commit is contained in:
Thomas Krijnen
2011-11-02 12:52:35 +00:00
parent d6d3333f9d
commit 4dc0bdbe02
4 changed files with 26 additions and 4 deletions
+1
View File
@@ -70,6 +70,7 @@ namespace IfcGeomObjects {
const int WELD_VERTICES = 1;
const int USE_WORLD_COORDS = 2;
const int CONVERT_BACK_UNITS = 3;
typedef std::vector<int>::const_iterator IntIt;
typedef std::vector<float>::const_iterator FltIt;