Hello,
I would like to throw this out there for comments.
There are times, especially for back footprints, where one might want to draw stuff below the PCB. See below for an example, where the pin headers are actually populated from the bottom.

Where it should be like this:

One idea is to make a different element below the PCB element (boardContainer), and have all of the back components be drawn there. That is how I re-created the image above manually:

If there are components on the bottom that also draw stuff at the top, then perhaps also split the component into two (could be based off an attribute).
Hello,
I would like to throw this out there for comments.
There are times, especially for back footprints, where one might want to draw stuff below the PCB. See below for an example, where the pin headers are actually populated from the bottom.


Where it should be like this:
One idea is to make a different element below the PCB element (

boardContainer), and have all of the back components be drawn there. That is how I re-created the image above manually:If there are components on the bottom that also draw stuff at the top, then perhaps also split the component into two (could be based off an attribute).