Clip mask entities that are not part of a reference

I have file that I will be using at different scales. At the current scale, part of the background extends past the border (see screenshot below). When I try to clip mask using the inside border line, Unfortunately it wants to clip the stuff inside the border (which is more than likely what it was intended to do), while I need it to mask the stuff outside the border!

Sort of trimming and erasing (a practice I don't want to set a precedent for), can this be masked? What do I need to do?

Thanks!

Parents Reply
  • If you use RGB color 255,255,255, instead of color "0" you should get white, instead of "white-invert".
    Color 0 shows white on a black background and black on a white background; it's designed to invert like that so you can see it on the screen and print it on paper.

    You can also use the furthest bottom-right color (marked BG) to mask out areas as white, because BG will always match the background (black on black, white on white).

    MaryB

    Power GeoPak 08.11.09.918
    Power InRoads 08.11.09.918
    OpenRoads Designer 2021 R2

        

Children