| 
  | __init__(self,
        struct1,
        struct2,
        ring1,
        ring2,
        face_to_face)
    (Constructor)
 |  |  Create a PiPiInteraction object 
    Parameters:
        struct1(schrodinger.structure.Structure object) - structure that contains the first ringstruct2(schrodinger.structure.Structure object) - structure that contains the second ringring1(Centroid object) - Centroid of the first ringring2(Centroid object) - Centroid of the second ringdistance(float) - distance between the centroidsangle(float) - angle in degrees between the two ring planesface_to_face(bool) - True if the interaction is face to face, False if it is edge to 
          faceOverrides:
        object.__init__
     |