OSArch Community

Possible use something like `NOT` in EPset_Drawing, Exclude parameter?

  1. T

    In the EPset_Drawing, Exclude parameter, is there any way to do something like...

    NOT .IfcWall[Pset_WallCommon.LoadBearing=True]

    That is exclude walls that are not loadbearing.

  2. A

    I think the only way right now is something like:

    .IfcWall[Pset_WallCommon.LoadBearing=False]

    But I get that it would be super useful to have 'NOT' here

  3. M
  4. T

    With your permission, can I change the Include / Exclude filters to use the new syntax?

    sounds good to me.

Login or Register to reply.