FreeCAD-NativeIFC icon indicating copy to clipboard operation
FreeCAD-NativeIFC copied to clipboard

Make boolean objects editable

Open smr02 opened this issue 1 year ago • 6 comments

I've created a beam from the BlenderBIM demo project with a void and imported it to FreeCAD.

In the screenshot you can see how the Void/opening shows as a very small cube in FreeCAD. Attached the IFC file.

Screenshot from 2023-08-10 11-41-01 Screenshot from 2023-08-10 11-41-17

test_demo.ifc.txt

smr02 avatar Aug 10 '23 09:08 smr02

A heads up that for these types of openings you should typically not use "openings", you should instead use boolean difference voids.

Moult avatar Aug 10 '23 10:08 Moult

@Moult, right. I'm still trying to figure out my workflow. I guess, FreeCAD can't display a boolean difference void yet? Can it create them?

Screenshot from 2023-08-10 12-52-59

smr02 avatar Aug 10 '23 10:08 smr02

@smr02 do you mind pasting your About info ? TIA

luzpaz avatar Aug 10 '23 13:08 luzpaz

@luzpaz

OS: Ubuntu Core 20 (ubuntu:GNOME/ubuntu)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33668 +7 (Git) Snap 727
Build type: Release
Branch: tag: 0.21.0
Hash: 41b058e2087de60dc8fef3d3e68c7d0129e13abf
Python 3.8.10, Qt 5.15.7, Coin 4.0.0, Vtk 7.1.1, OCC 7.6.3
Locale: English/United States (en_US)
Installed mods: 
  * FreeCAD-NativeIFC 2022.10.20
  * BIM 2021.12.0

smr02 avatar Aug 10 '23 14:08 smr02

yorikvanhavre is AFK.. If you don't hear a response from a week from today please bump this ticket again, @smr02 TIA

luzpaz avatar Aug 16 '23 21:08 luzpaz

Sorry for the delay!

The very small cube is probably due to a workaround we use right now, that creates such a "default" shape to prevent objects to have a null shape (because of a bug in FreeCAD that auto-populates such shapes). But I'll look further into this one...

About boolean ops, indeed you can see the result but not yet edit them. Coming soon ;)

yorikvanhavre avatar Sep 01 '23 12:09 yorikvanhavre