reference display


BruceKC
 Share

Recommended Posts

Quite often when I'm looking at a plan, and have the reference display on, most of the referenced walls above or below show up in red as they should, but some are just simply not there at all.  I have no clue why this is happening. 

Link to comment
Share on other sites

XOR is a mnemonic for "Exclusive Or".  It is a logical operation with the following truth table:

 

True XOR True = False

True XOR False = True

False XOR True = True

False XOR False = False

 

True and False can represent On and Off.

In other words, If both operands are the same, the result is off (invisible in this case).

 

XOR in other use cases can be used to "flip" the bits in a set: True False True XOR TRUE TRUE TRUE = False True False

In this case, the second argument TRUE TRUE TRUE means flip all 3 bits.

  • Upvote 1
  • Downvote 1
Link to comment
Share on other sites

XOR, according to the program help:

  • XOR drawing changes the color of lines in the Reference Floor Display when they are drawn on top of lines on the Current Floor. If the lines have identical properties, they are not drawn at all. When this is unchecked, the Reference Display color does not change, and identical lines are not suppressed.

 

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share