mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 05:24:31 +00:00
Properly read the CONVERT_BACK_UNITS setting for serialized elements
This commit is contained in:
@@ -69,7 +69,6 @@ namespace IfcGeom {
|
||||
class Serialization : public Representation {
|
||||
private:
|
||||
int _id;
|
||||
bool convert_back_units;
|
||||
std::string _brep_data;
|
||||
public:
|
||||
int id() const { return _id; }
|
||||
|
||||
Reference in New Issue
Block a user