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?
This is not supported currently. Can you please help file a bug?
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
@Samppa
(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"
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
Thanks a lot again!
Comments
This is not supported currently. Can you please help file a bug?
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
@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
Thanks a lot again!