Cap with out joining faces, is it possible?

I want to cap objects (box like shapes) but without joining it to the capped faces =, because I want it to be on a different Layer

because I have 1500+ objects to cap and I want to separate the caped face to a different layer

The best way would be a script for that I think, but you can try:

DupBorder on all
PlanarSrf on the borders

You will need to delete the borders afterward, of course.

Edit:
Here is a quickie script to try…
PlanarFaceOpenBreps.py (1.6 KB)

1 Like

Are the caps on the same plane?

OMG it worked !!!
Thanks !!!