I don't want to deal with EF, but I'd like a visual, automatically updated or updateable representation of my assembly's object model, denoting relationships with other classes in the model, like the EF model but not related to persistence. It seems like this should exist, but the only things I can find are highly manual or assuming you want to persist all your objects. I definitely do not want to pay for something.
Is there something like that that I am missing?