OSArch Community

Colour By Property syntax

  1. S

    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?

    !

  1. M

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

  1. S

    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

  1. S

    @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

  1. S

    Thanks a lot again!

Login or Register to reply.