Copy internal status on interpolated loops #7251

This commit is contained in:
Thomas Krijnen
2025-10-21 13:08:29 +02:00
parent 550779deee
commit 28f5d6e91c
+1
View File
@@ -172,6 +172,7 @@ taxonomy::loft::ptr ifcopenshell::geometry::make_loft(const Settings& settings_,
}
auto interpolated_loop = polygon_from_points(points);
interpolated_loop->external = w1->external;
if (interpolated->kind() == taxonomy::FACE) {
std::static_pointer_cast<taxonomy::face>(interpolated)->children.push_back(interpolated_loop);
} else {