Colour By Property syntax

Can Colour By Property query include multiple property sets?
This works: Pset_WallCommon.Status but if I would like to combine it with EPset_Status.Status how should it be formatter?

Comments

  • This is not supported currently. Can you please help file a bug?

  • edited March 19

    Yes I will. Also second question: Is it possible to do Search Group with multiple Pset values? Example Syntax below does not work.

    Also tested and not working: Pset_.*Common/.Status=DEMOLISH

  • edited March 19

    @Samppa

    query

    (to type in the box when you click on the funnel next to "Add Search Group"

    IfcProduct, "Pset_WallCommon"."Status" = "DEMOLISH" + "Pset_DoorCommon"."Status" = "DEMOLISH"

    using the panel:

    you need to repeat "Add Search Group" to work as OR boolean, otherwise it's an AND (both must be true)

    in your example you were trying to apply search criteria using class filter (the cube) see my image for details

    cheers

    theoryshawJanFduarteframos
  • Thanks a lot again!

    steverugi
Sign In or Register to comment.