Floor change shape by columns intersection(floor Voids are done according to columns shape when intersecting)

Hi Guys ,
I have a floor and a column intersecting


I have un joined them

I want to make a void or edit the shape of the floor according to the intersection of the columns shape with the floor,

Keep in mind that the shape of the floor changing will be depending on the column shape , here the column shape is circular, but if it was rectangular for example the shape would change . I tried using Element.CutGeometry from clockwork , but I was returned with a false result.
I would appreciate any help

Hi @ahmadkhalaf7892

here is possible solution for you. It creates an opening that cuts the selected floor. In my opinion, working with opening is better than with void.

Hi Meychik,
Thanks a lot for the solution :blush: