Merge branch 'v0.6.0' of github.com:IfcOpenShell/IfcOpenShell into v0.6.0

This commit is contained in:
Dion Moult
2019-10-13 20:23:53 +11:00
+1 -1
View File
@@ -1039,7 +1039,7 @@ void parse_filter(geom_filter &filter, const std::vector<std::string>& values)
filter.type = geom_filter::ENTITY_TYPE;
} else if (type == "layers") {
filter.type = geom_filter::LAYER_NAME;
} else if (type == "arg") {
} else if (type == "attribute" || type == "arg") {
filter.type = geom_filter::ENTITY_ARG;
filter.arg = *(values.begin() + 1);
} else {