// ============================================
// SYMBOL-KATEGORIE: Bauteile
// ============================================
SYMBOLS.bauteile = {
name: "Bauteile",
icon: "🏗️",
items: [
{
id: "fenster",
name: "Fenster",
filename: "bauteil_fenster.svg",
tags: ["fenster", "verglasung", "rahmen"],
svg: ``
},
{
id: "tuer",
name: "TĂĽr",
filename: "bauteil_tuer.svg",
tags: ["tĂĽr", "tĂĽrblatt", "eingang"],
svg: ``
},
{
id: "wand",
name: "Wand (Mauerwerk)",
filename: "bauteil_wand.svg",
tags: ["wand", "mauer", "mauerwerk", "ziegel"],
svg: ``
},
{
id: "wand_beton",
name: "Wand (Beton)",
filename: "bauteil_wand_beton.svg",
tags: ["wand", "beton", "stahlbeton", "massiv"],
svg: ``
},
{
id: "boden_fliesen",
name: "Fliesen",
filename: "bauteil_fliesen.svg",
tags: ["fliesen", "boden", "wand", "keramik", "kacheln"],
svg: ``
},
{
id: "boden_parkett",
name: "Parkett / Holzboden",
filename: "bauteil_parkett.svg",
tags: ["parkett", "holz", "boden", "laminat", "dielen"],
svg: ``
},
{
id: "dach",
name: "Dach",
filename: "bauteil_dach.svg",
tags: ["dach", "dachstuhl", "ziegel", "bedachung"],
svg: ``
},
{
id: "treppe",
name: "Treppe",
filename: "bauteil_treppe.svg",
tags: ["treppe", "stufen", "aufgang", "treppenhaus"],
svg: ``
},
{
id: "daemmung",
name: "Dämmung / Isolierung",
filename: "bauteil_daemmung.svg",
tags: ["dämmung", "isolierung", "wärme", "kälte"],
svg: ``
},
{
id: "rohr",
name: "Rohrleitung",
filename: "bauteil_rohr.svg",
tags: ["rohr", "leitung", "rohrleitung", "installation"],
svg: ``
},
// === WÄNDE ===
{
id: "gipskartonwand_1fach",
name: "Gipskartonwand 1-fach beplankt",
filename: "bauteil_gkw_1fach.svg",
tags: ["gipskarton", "trockenbau", "wand", "1-fach", "gkw"],
svg: ``,
dxfSvg: ``
},
{
id: "gipskartonwand_2fach",
name: "Gipskartonwand 2-fach beplankt",
filename: "bauteil_gkw_2fach.svg",
tags: ["gipskarton", "trockenbau", "wand", "2-fach", "gkw", "doppelt"],
svg: ``,
dxfSvg: ``
},
{
id: "fachwerkwand",
name: "Fachwerkwand",
filename: "bauteil_fachwerk.svg",
tags: ["fachwerk", "wand", "holz", "historisch", "gefache"],
svg: ``,
dxfSvg: ``
},
{
id: "holzvertaefelung_wand",
name: "Holzvertäfelung Wand",
filename: "bauteil_holzvertaefelung.svg",
tags: ["holz", "vertäfelung", "wand", "paneele", "wandverkleidung"],
svg: ``,
dxfSvg: ``
},
{
id: "schacht",
name: "Schacht / Installationsschacht",
filename: "bauteil_schacht.svg",
tags: ["schacht", "installation", "rohr", "versorgung"],
svg: ``,
dxfSvg: ``
},
// === DECKEN ===
{
id: "gipskartondecke",
name: "Gipskartondecke",
filename: "bauteil_gkdecke.svg",
tags: ["gipskarton", "decke", "trockenbau", "abhängig"],
svg: ``,
dxfSvg: ``
},
{
id: "holzbalkendecke",
name: "Holzbalkendecke",
filename: "bauteil_holzbalkendecke.svg",
tags: ["holz", "balken", "decke", "altbau"],
svg: ``,
dxfSvg: ``
},
{
id: "betondecke",
name: "Betondecke",
filename: "bauteil_betondecke.svg",
tags: ["beton", "decke", "stahlbeton", "massiv"],
svg: ``,
dxfSvg: ``
},
{
id: "holzverkleidung_decke",
name: "Holzverkleidung Decke",
filename: "bauteil_holzdecke.svg",
tags: ["holz", "decke", "paneele", "verkleidung"],
svg: ``,
dxfSvg: ``
},
// === BĂ–DEN ===
{
id: "teppich",
name: "Teppich / Teppichboden",
filename: "bauteil_teppich.svg",
tags: ["teppich", "boden", "bodenbelag", "textil"],
svg: ``,
dxfSvg: ``
},
{
id: "doppelboden",
name: "Doppelboden / Hohlraumboden",
filename: "bauteil_doppelboden.svg",
tags: ["doppelboden", "hohlraum", "boden", "installation", "edv"],
svg: ``,
dxfSvg: ``
},
// === DACH ===
{
id: "flachdach",
name: "Flachdach",
filename: "bauteil_flachdach.svg",
tags: ["flachdach", "dach", "bitumen", "folie"],
svg: ``,
dxfSvg: ``
},
{
id: "retentionsdach",
name: "Retentionsdach",
filename: "bauteil_retentionsdach.svg",
tags: ["retention", "dach", "regenwasser", "grĂĽndach"],
svg: ``,
dxfSvg: ``
},
{
id: "dachziegel",
name: "Dachziegel",
filename: "bauteil_dachziegel.svg",
tags: ["dachziegel", "ziegel", "dach", "ton"],
svg: ``,
dxfSvg: ``
},
{
id: "dachlatte",
name: "Dachlatte / Lattung",
filename: "bauteil_dachlatte.svg",
tags: ["dachlatte", "latte", "dach", "holz", "unterkonstruktion"],
svg: ``,
dxfSvg: ``
},
// === DÄMMUNG ===
{
id: "pur_daemmung",
name: "PUR-Dämmung",
filename: "bauteil_pur.svg",
tags: ["pur", "dämmung", "polyurethan", "schaum", "isolierung"],
svg: ``,
dxfSvg: ``
},
{
id: "eps_daemmung",
name: "EPS-Dämmung (Styropor)",
filename: "bauteil_eps.svg",
tags: ["eps", "styropor", "dämmung", "polystyrol", "isolierung"],
svg: ``,
dxfSvg: ``
},
{
id: "xps_daemmung",
name: "XPS-Dämmung",
filename: "bauteil_xps.svg",
tags: ["xps", "dämmung", "extrudiert", "perimeter", "isolierung"],
svg: ``,
dxfSvg: ``
},
// === SONSTIGES ===
{
id: "tor",
name: "Tor / Garagentor",
filename: "bauteil_tor.svg",
tags: ["tor", "garagentor", "einfahrt", "rolltor"],
svg: ``,
dxfSvg: ``
},
{
id: "gelaender",
name: "Geländer / Brüstung",
filename: "bauteil_gelaender.svg",
tags: ["geländer", "brüstung", "balkon", "absturz", "handlauf"],
svg: ``,
dxfSvg: ``
}
]
};