import React from 'react'; export const SnowDriftDiagram: React.FC = () => { return ( {/* Structure - High Roof / Wall */} {/* Structure - Low Roof */} {/* Snow - Balanced */} {/* Arrows for Balanced */} Balanced Snow Load {/* Snow - Drift Triangle */} {/* hd = 40 units high (starts at 85, goes to 45). w = 150 units wide (starts 80, goes to 230) */} Surcharge Load Due to Drifting {/* Dimensions Left */} {/* h */} h {/* hc (clear height) */} hc {/* hd (drift height) */} hd {/* pd (pressure) arrow down on drift */} pd {/* hb (balanced height) */} hb {/* Dimensions Bottom */} {/* w (drift width) */} w {/* Lu (fetch) */} Lu Note: If bottom of projection is at least 2 feet above hb then snow drift is not required. ); };