Only first three numbers in every line are necessary. Everything after the "//" are notes, so you know what I'm talking about.
2                       // Number of 'Bounding shapes' entries.

polyhedron              // Type of the 1st shape.
14			// Body

-0.18 , 0.055 ,-0.4	// L B F1    , 1    (Left , bottom , front)	
-0.18 , 0.1   ,-0.42 	// L C F1    , 2    (Left , center , front)
-0.18 , 0.17  ,-0.26 	// L T F2    , 3    (Left , top , front)
Body's bounding shapes
-0.18 , 0.2   , 0.36	// L T R3    , 4    
-0.18 , 0.07  , 0.35	// L C R2    , 5  
-0.18 , 0.04  , 0.04	// L B R1    , 6  
-0.18 , 0.04  ,-0.18	// L B F3    , 7   
 0.18 , 0.055 ,-0.4	// R B F1    , 1    (Right, B , F)
 0.18 , 0.1   ,-0.42	// R C F1    , 2  
 0.18 , 0.17  ,-0.26	// R T F2    , 3   
 0.18 , 0.2   , 0.36	// R T R3    , 4   
 0.18 , 0.07  , 0.35	// R C R2    , 5  
 0.18 , 0.04  , 0.04	// R B R1    , 6  
 0.18 , 0.04  ,-0.18	// R B F3    , 7  

polyhedron              // Type of the 2nd shape.
8			// Roof

-0.17 , 0.17 ,-0.22	// L B F     , A
Roof's bounding shapes
-0.1  , 0.24 ,-0.07	// L T F     , B  
-0.1  , 0.24 , 0.04	// L T R     , C 
-0.17 , 0.2  , 0.28	// L B R     , D 
 0.17 , 0.17 ,-0.22	// R B F     , A 
 0.1  , 0.24 ,-0.07	// R T F     , B  
 0.1  , 0.24 , 0.04	// R T R     , C 
 0.17 , 0.2  , 0.28	// R B R     , D