Closed DamianOtto closed 3 years ago
Hi,
you can't save the geometry directly back to IFC. It's generated and doesn't affect the IFC. You have to modify the placements (IfcObjectPlacement, search the IFC from bS specs to find it) entities if the IFC model instance. Each IFC product has a placement,
Concerning the final transformation, it depends on the parent scene structure. See XbimPlacementTree and maybe the extensions of IfcPlacementExtensions will help you.
Cheers, Bernold
Hi, except of wexbim file, I'm able to save this geometry to glTF file?
See https://github.com/xBimTeam/XbimGltf
On Fri, 21 May 2021 at 08:56, DamianOtto @.***> wrote:
Hi, expect of wexbim file, I'm able to save this geometry to glTF file?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xBimTeam/XbimGeometry/issues/345#issuecomment-845707222, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJY7MLJ3TUB6LP4EDYBB6TTOX7ZJANCNFSM45IQB7DQ .
Hello, I wanted to update IFC file after modifying its geometry (for specific model). How can I do that?
Steps (or code) to reproduce the issue:
I have two approaches to modify geometry.
1.
2.
Minimal file to reproduce the issue:
IFC file with for example wall model.
Expected behavior:
Save modified geometry for specific model i.e. update IFC file.