#1785 check settings in cache and upgrade to world coords

This commit is contained in:
Thomas Krijnen
2021-11-07 19:23:48 +01:00
parent 580678c2c1
commit 1cdf695891
2 changed files with 30 additions and 2 deletions
+5 -1
View File
@@ -160,8 +160,12 @@ namespace IfcGeom
/// Optional rotation that is applied to serialized objects, (0,0,0,1) by default.
std::array<double,4> rotation = std::array<double,4>{0.0, 0.0, 0.0, 1.0};
uint64_t get_raw() const {
return settings_;
}
protected:
unsigned settings_;
uint64_t settings_;
double deflection_tolerance_, angular_tolerance_, force_space_transparency_;
std::set<int> context_ids_;
};