OSArch Community

BlenderBim exclude certain IFC elements?

  1. A

    Hey everyone, So I'm trying to exclude a physical representation of my sewer run on a plan, I've got them drawn as an extruded plane so I can see them in 3d and then also in 2d as a line.

    My issue is when I try to exclude the element from the camera (so I can see the 2d line style)

    It throws up this error when I try to print the svg:

    Not certain If I just haven't referenced the IFC element properly?

  2. V

    Hi @Ace - it appears you're missing a dot at the beginning of IfcBuildingElementProxy.

    So your exclude box should read: .IfcBuildingElementProxy

    Note, if you want to exclude the object with name Sewer line, your syntax would then be:

    .IfcBuildingElementProxy[Name="Sewer line"]

  3. A

    Hey @vpajic

    It's working you are a flippin genius!

    Thanks for the help

  4. T

    Seems like good wiki content ;)

  5. M
  6. A

    Hey @vpajic sorry to bug, would you happen to know how to include more than one excluded item?

    For instance I want to exclude the Sewer line and the 3m building line in this case:

  7. A
  8. M

    Use "|" instead of ","

  9. A

    Thanks @Moult !

  10. V

    @Ace - here's a bonus TIP : You can use the helper tool "IFC Selector" to generate the syntax for you ?:

  11. V

    @Ace - Once you click on 3, you can copy the syntax from the field to the left, and paste it into the 'exclude' field

  12. A

    That's incredibly useful thanks @vpajic !

  13. F

    Hi everybody. First I'm french and I don't speak very well english. Excuse me if my sentences aren't good. Actualy I try Blender BIM and particulary the exclude or include function. I read this page and I try with the method, but this the result on the screens. I don't undertand why. Can you explain me ? Thank you for your answers.

  14. A
  15. F

    Thank you very much @Andrej730 ! That works ! And thanks for the link.

    But I have an other question : Can we exclude all objects of a collection (IfcElementAssembly/Groupe) ?

    I added objects with "aggregates" and a "Empty" object have the same name of the collection and it is the only one to be excluded.

  16. T

Login or Register to reply.