Tight Bounds positions

If I remember correctly there was a way to get the positions of the Tight Bounds of a nodepath? What was the method called?

You means

p1,p2 = Point3(),Point3()
myNodePath.calcTightBounds(p1,p2)

?