mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Adapt for namespaces changes
This commit is contained in:
@@ -323,7 +323,7 @@ static std::vector<int> prioritisedContextIds(ifcopenshell::file* ifc_file) {
|
|||||||
try {
|
try {
|
||||||
auto tv = entity.get("TargetView");
|
auto tv = entity.get("TargetView");
|
||||||
if (!tv.isNull()) {
|
if (!tv.isNull()) {
|
||||||
enumeration_reference er = tv;
|
ifcopenshell::enumeration_reference er = tv;
|
||||||
info.target_view_priority =
|
info.target_view_priority =
|
||||||
rank(target_view_order, er.value());
|
rank(target_view_order, er.value());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user