mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
taxonomy::dcast - add missing curve_to_loop_upgrade
This commit is contained in:
@@ -1307,6 +1307,12 @@ typedef item const* ptr;
|
|||||||
return upg;
|
return upg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
curve_to_loop_upgrade<T> upg(u);
|
||||||
|
if (upg) {
|
||||||
|
return upg;
|
||||||
|
}
|
||||||
|
}
|
||||||
{
|
{
|
||||||
curve_to_face_upgrade<T> upg(u);
|
curve_to_face_upgrade<T> upg(u);
|
||||||
if (upg) {
|
if (upg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user