mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Copy internal status on interpolated loops #7251
This commit is contained in:
@@ -172,6 +172,7 @@ taxonomy::loft::ptr ifcopenshell::geometry::make_loft(const Settings& settings_,
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto interpolated_loop = polygon_from_points(points);
|
auto interpolated_loop = polygon_from_points(points);
|
||||||
|
interpolated_loop->external = w1->external;
|
||||||
if (interpolated->kind() == taxonomy::FACE) {
|
if (interpolated->kind() == taxonomy::FACE) {
|
||||||
std::static_pointer_cast<taxonomy::face>(interpolated)->children.push_back(interpolated_loop);
|
std::static_pointer_cast<taxonomy::face>(interpolated)->children.push_back(interpolated_loop);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user