Is it possible to check bound box parts with nil parentage?

Let’s say I make some parts with a script, and I want to check if those parts are colliding with each other. I can use workspace:GetPartBoundsInBox() when the parts are in the workspace, but if I haven’t parented them yet, what can I use to check whether or not they’re overlapping?