mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
See #1227. Don't move any child at all when regenerating wall body.
This commit is contained in:
@@ -155,7 +155,7 @@ class Usecase:
|
||||
elif obj.is_a("IfcFeatureElement"):
|
||||
# Feature elements affect the geometry of their parent, and
|
||||
# so logically should always move with the parent. However,
|
||||
# subchildren shouldn't move.
|
||||
# subchildren (fillings) shouldn't move.
|
||||
placement2 = obj.ObjectPlacement
|
||||
for referenced_placement2 in placement2.ReferencedByPlacements:
|
||||
matrix2 = ifcopenshell.util.placement.get_local_placement(referenced_placement2)
|
||||
|
||||
Reference in New Issue
Block a user