View Single Post
  #9  
Old 16-11-2010, 04:37 PM
sheeny's Avatar
sheeny (Al)
Spam Hunter

sheeny is offline
 
Join Date: Jun 2005
Location: Oberon NSW
Posts: 14,438
For fairly narrow doors (compared to the width)

x = t * t / w

will give a reasonable clearance. (That is determined by applying similar triangles). For very narrow or thick doors this may give too much clearance however, so the precise formula based on Pythagora's theorem is:

x = sqrt(w² + t²) - w

where:

t = thickness
w = width

You need to allow a bit extra to have "clearance" with this formula.

Al.
Reply With Quote