That's right. What I might recommend is to have your seed splitted in 2/3 way, which means you can read your seed while having any 2 out of 3 copies. Yet with only one of copies you cannot get the seed as it will require you to crack 8/24 of seed which still will take at best months if not few years. This requires having 3 safe locations, possibly different physical addresses. You should have them in a place where you can check each few months if it was untouched, for total peace of mind. It's easy to do, but If you need details I can give you some instructions if you PM me. I'll probably make a tutorial at our site in the future too.
Sounds like you are talking about Shamir's Secret Sharing. The problem with SSS is its single point of failure. The splitting part is done on a single device and the reconstruction of the shares is also done on one device. That's the single point of failure. Jameson Lopp talks about it in detail
here. A standard 2/3 multisig setup sounds like a better idea.