mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Small changes to iterator settings
This commit is contained in:
@@ -325,7 +325,7 @@ IfcGeom::Element* HdfSerializer::read(IfcParse::IfcFile& f, const std::string& g
|
||||
IfcGeom::IteratorSettings::WELD_VERTICES | IfcGeom::IteratorSettings::NO_NORMALS |
|
||||
IfcGeom::IteratorSettings::GENERATE_UVS | IfcGeom::IteratorSettings::EDGE_ARROWS |
|
||||
// Is applied in the serializer
|
||||
IfcGeom::IteratorSettings::SEARCH_FLOOR;
|
||||
IfcGeom::IteratorSettings::ELEMENT_HIERARCHY;
|
||||
|
||||
auto stored_settings = read_scalar_attribute<uint64_t>(brepDataset, "settings");
|
||||
auto requested_settings = settings_.get_raw();
|
||||
|
||||
Reference in New Issue
Block a user