mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 07:28:38 +00:00
taxonomy::cast - order upgrades in the same order as in taxonomy::dcast for consistency
This commit is contained in:
@@ -1270,13 +1270,13 @@ typedef item const* ptr;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
edge_to_loop_upgrade<T> upg(u);
|
curve_to_face_upgrade<T> upg(u);
|
||||||
if (upg) {
|
if (upg) {
|
||||||
return upg;
|
return upg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
curve_to_face_upgrade<T> upg(u);
|
edge_to_loop_upgrade<T> upg(u);
|
||||||
if (upg) {
|
if (upg) {
|
||||||
return upg;
|
return upg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user