🚀 Auto-deploy: BrainWind atualizado em 12/07/2026 16:34:24

This commit is contained in:
2026-07-12 16:34:24 +00:00
parent 270d0c5676
commit 9a60b0c499
7 changed files with 55 additions and 11 deletions
+2
View File
@@ -10,6 +10,7 @@ import IsolatedRoof3DViewer from '@/components/three/IsolatedRoof3D';
import SceneCapturePanel from '../components/SceneCapturePanel';
import ExportMenu from '../components/ExportMenu';
import { EducationalManual } from '@/components/EducationalManual';
import { PressureLegend } from '@/components/PressureLegend';
import { exportGenericToPDF, type GenericPDFSection } from '../lib/export-generic-pdf';
const IsolatedRoofModule: React.FC = () => {
@@ -168,6 +169,7 @@ const IsolatedRoofModule: React.FC = () => {
<div className="absolute top-4 right-4 z-10">
<EducationalManual type="isolated-roof" params={{ theta, type }} />
</div>
<PressureLegend />
<IsolatedRoof3DViewer
type={type}
theta={theta}