{"id":2343,"date":"2026-07-27T08:13:02","date_gmt":"2026-07-27T06:13:02","guid":{"rendered":"https:\/\/cad-kompass.de\/?p=2343"},"modified":"2026-08-03T07:15:11","modified_gmt":"2026-08-03T05:15:11","slug":"profilkoerper-fehlerbehebung","status":"publish","type":"post","link":"https:\/\/cad-kompass.de\/?p=2343","title":{"rendered":"Profilk\u00f6rper-Fehlerbehebung"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Civil 3D | Profilk\u00f6rper-Fehlerbehebung<\/title>\n    <style>\n        :root {\n            --primary: #3f5f75;\n            --primary-dark: #2d4d63;\n            --primary-light: #edf3f7;\n            --primary-pale: #f5f8fb;\n            --accent: #e8913a;\n            --text: #2d3748;\n            --text-light: #64748b;\n            --heading: #1a2332;\n            --bg: #ffffff;\n            --bg-offset: #f8fafc;\n            --border: #e2e8f0;\n            --border-light: #f1f5f9;\n            --radius: 4px;\n            --radius-lg: 6px;\n            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);\n            --shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04);\n            --transition: 0.2s ease;\n        }\n        .page-wrapper, .page-wrapper *, .page-wrapper *::before, .page-wrapper *::after { box-sizing: border-box; }\n        .page-wrapper { max-width: 840px; margin: 0 auto; padding: 32px 36px 100px; color: var(--text); line-height: 1.7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }\n        .reading-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--accent)); width: 0%; z-index: 1000; transition: width 0.15s linear; border-radius: 0 2px 2px 0; }\n        .page-title { font-size: 1.7rem; font-weight: 700; color: var(--heading); margin-bottom: 32px; line-height: 1.3; letter-spacing: -0.02em; }\n        .toc { background: var(--primary-pale); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px 28px 24px 32px; margin-bottom: 44px; position: relative; overflow: hidden; }\n        .toc::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--primary), var(--accent)); }\n        .toc-title { font-size: 0.72rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; }\n        .toc ol { padding-left: 22px; }\n        .toc li { margin-bottom: 5px; font-size: 0.88rem; line-height: 1.5; }\n        .toc a { color: var(--text); text-decoration: none; transition: color var(--transition); }\n        .toc a:hover { color: var(--primary); }\n        .toc a:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 2px; }\n        .tutorial-content h2 { font-size: 1.15rem; font-weight: 700; color: var(--heading); margin: 56px 0 18px; padding-bottom: 12px; border-bottom: 2px solid var(--border); letter-spacing: -0.01em; }\n        .tutorial-content h2:first-child { margin-top: 0; }\n        .tutorial-content h2 .label { display: inline-block; font-size: 0.68rem; font-weight: 700; color: var(--primary); background: var(--primary-light); padding: 3px 10px; border-radius: 20px; letter-spacing: 0.06em; text-transform: uppercase; margin-right: 10px; vertical-align: middle; position: relative; top: -1px; }\n        .tutorial-content h3 { font-size: 1rem; font-weight: 600; color: var(--heading); margin: 34px 0 12px; }\n        .tutorial-content p { font-size: 0.93rem; line-height: 1.85; color: var(--text); margin-bottom: 16px; }\n        .tutorial-content strong { color: var(--heading); }\n        .tutorial-content code { font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace; font-size: 0.84em; background: var(--bg-offset); border: 1px solid var(--border); padding: 2px 7px; border-radius: 4px; color: var(--primary-dark); font-weight: 500; }\n        .decision-tree { margin: 24px 0 36px; }\n        .dt-question { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; padding: 16px 24px; border-radius: var(--radius-lg); font-size: 0.95rem; font-weight: 600; text-align: center; margin-bottom: 18px; box-shadow: var(--shadow); }\n        .dt-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin-bottom: 8px; }\n        .dt-option { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 13px 16px; cursor: pointer; text-align: center; font-size: 0.85rem; font-weight: 500; transition: all var(--transition); text-decoration: none; color: var(--text); display: block; box-shadow: var(--shadow-sm); }\n        .dt-option:hover { background: var(--primary-light); border-color: var(--primary); color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow); }\n        .dt-option:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }\n        .error-card { border: 1px solid var(--border); border-radius: var(--radius-lg); margin: 28px 0; overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow 0.3s ease; }\n        .error-card:hover { box-shadow: var(--shadow); }\n        .error-card-header { background: var(--bg-offset); padding: 16px 20px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--border); }\n        .error-card-number { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 700; flex-shrink: 0; box-shadow: var(--shadow-sm); }\n        .error-card-title { font-size: 0.95rem; font-weight: 700; color: var(--heading); }\n        .error-card-body { padding: 20px; display: flex; gap: 20px; }\n        .error-card-svg { flex-shrink: 0; width: 160px; height: 120px; }\n        .error-card-content { flex: 1; }\n        .error-card-diagnosis { font-size: 0.88rem; color: var(--text); margin-bottom: 12px; line-height: 1.7; padding-bottom: 10px; border-bottom: 1px solid var(--border-light); }\n        .error-card-solution { font-size: 0.88rem; color: var(--text); line-height: 1.7; }\n        .error-card-solution strong { color: #047857; }\n        .group-heading { font-size: 0.78rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; margin: 40px 0 4px; }\n        .checklist-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }\n        .print-btn { background: var(--primary); color: #fff; border: none; padding: 9px 20px; font-size: 0.82rem; font-weight: 600; border-radius: var(--radius); cursor: pointer; transition: background var(--transition); font-family: inherit; }\n        .print-btn:hover { background: var(--primary-dark); }\n        .print-btn:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }\n        .checklist { list-style: none; padding: 0; margin: 20px 0; }\n        .checklist li { padding: 12px 14px 12px 44px; position: relative; font-size: 0.93rem; line-height: 1.6; border-bottom: 1px solid var(--border-light); cursor: pointer; transition: background var(--transition); border-radius: 4px; }\n        .checklist li:hover { background: var(--bg-offset); }\n        .checklist li::before { content: \"\"; position: absolute; left: 12px; top: 14px; width: 18px; height: 18px; border: 2px solid var(--primary); border-radius: 4px; transition: all var(--transition); }\n        .checklist li.checked { color: var(--text-light); text-decoration: line-through; }\n        .checklist li.checked::before { background: var(--primary); border-color: var(--primary); }\n        .checklist li.checked::after { content: \"\\2713\"; position: absolute; left: 15px; top: 12px; color: #fff; font-size: 0.75rem; font-weight: 700; }\n        .hint-box { background: var(--primary-light); border-left: 4px solid var(--primary); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin: 20px 0 24px; font-size: 0.88rem; color: var(--text); line-height: 1.7; box-shadow: var(--shadow-sm); display: flex; gap: 12px; align-items: flex-start; }\n        .hint-box .box-icon { flex-shrink: 0; margin-top: 1px; }\n        .hint-box strong { color: var(--primary-dark); }\n        .hint-box a { color: var(--primary); font-weight: 600; }\n        .version-box { background: #eef5fb; border: 1px solid #c5d5e0; border-left: 4px solid var(--primary); border-radius: 0 var(--radius) var(--radius) 0; padding: 14px 20px; margin: 20px 0 24px; font-size: 0.86rem; color: var(--text); line-height: 1.7; display: flex; gap: 12px; align-items: flex-start; }\n        .version-box .box-icon { flex-shrink: 0; margin-top: 1px; }\n        .version-box strong { color: var(--primary-dark); }\n        .section-divider { border: none; height: 1px; background: var(--border); margin: 48px 0 0; }\n        .print-header { display: none; }\n        @media (max-width: 680px) {\n            .page-wrapper { padding: 20px 18px 60px; }\n            .page-title { font-size: 1.35rem; }\n            .toc { padding: 18px 20px 18px 24px; }\n            .error-card-body { flex-direction: column; }\n            .error-card-svg { width: 100%; height: 100px; }\n            .dt-options { grid-template-columns: 1fr; }\n        }\n        @media (prefers-reduced-motion: no-preference) {\n            .tutorial-content h2, .hint-box, .error-card, .decision-tree { animation: fadeInUp 0.4s ease both; }\n            @keyframes fadeInUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }\n        }\n        @media (prefers-reduced-motion: reduce) {\n            .tutorial-content h2, .hint-box, .error-card, .decision-tree { animation: none; transition: none; }\n        }\n        @media print {\n            @page { size: A4 portrait; margin: 12mm 14mm; }\n            html, body { background: #fff; }\n            .reading-progress, .toc, .hint-box, .decision-tree, .error-card, .version-box, .section-divider, .print-btn, .lead-para, .group-heading { display: none; }\n            #entscheidungsbaum, #entscheidungsbaum-graben, #fehlergalerie, #fehlergalerie-graben, #intro-lead { display: none; }\n            .page-wrapper { max-width: none; padding: 0; }\n            .print-header { display: block; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid #3f5f75; }\n            .print-header .ph-brand { font-size: 12pt; font-weight: 700; color: #3f5f75; }\n            .print-header .ph-sub { font-size: 8pt; color: #64748b; margin-top: 2px; }\n            .print-header .ph-meta { font-size: 8pt; color: #64748b; margin-top: 6px; }\n            .tutorial-content h2#checkliste { margin: 0 0 8px; border-bottom: none; padding: 0; font-size: 12pt; }\n            .tutorial-content h2#checkliste .label { display: none; }\n            .checklist-head { display: block; }\n            .tutorial-content p.check-intro { font-size: 8.5pt; margin-bottom: 8px; }\n            .checklist { margin: 6px 0; }\n            .checklist li { font-size: 9pt; padding: 5px 6px 5px 26px; border-bottom: 1px solid #e2e8f0; break-inside: avoid; cursor: default; }\n            .checklist li::before { width: 12px; height: 12px; top: 6px; left: 4px; border: 1.5px solid #3f5f75; -webkit-print-color-adjust: exact; print-color-adjust: exact; }\n            .checklist li.checked { color: #334155; text-decoration: none; }\n            .checklist li.checked::before { background: #fff; border-color: #3f5f75; }\n            .checklist li.checked::after { content: \"\"; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"reading-progress\" id=\"readingProgress\"><\/div>\n\n<div class=\"page-wrapper\">\n\n    <h1 class=\"page-title\">Profilk\u00f6rper-Fehlerbehebung<\/h1>\n\n    <nav class=\"toc\">\n        <div class=\"toc-title\">Inhalt<\/div>\n        <ol>\n            <li><a href=\"#entscheidungsbaum\">Entscheidungsbaum: \u201eMit dem Profilk\u00f6rper stimmt etwas nicht&#8220;<\/a><\/li>\n            <li><a href=\"#fehlergalerie\">Fehlergalerie: f\u00fcnfzehn typische Profilk\u00f6rperprobleme<\/a><\/li>\n            <li><a href=\"#entscheidungsbaum-graben\">Entscheidungsbaum Leitungsgraben<\/a><\/li>\n            <li><a href=\"#fehlergalerie-graben\">Fehlergalerie: f\u00fcnf Rohrgraben-F\u00e4lle<\/a><\/li>\n            <li><a href=\"#checkliste\">Checkliste: Profilk\u00f6rper-Qualit\u00e4tssicherung<\/a><\/li>\n        <\/ol>\n    <\/nav>\n\n    <div class=\"tutorial-content\">\n\n        <div class=\"print-header\">\n            <div class=\"ph-brand\">CAD-Kompass<\/div>\n            <div class=\"ph-sub\">Profilk\u00f6rper-Qualit\u00e4tssicherung &#183; AutoCAD Civil 3D<\/div>\n            <div class=\"ph-meta\">Projekt: _____________________&nbsp;&nbsp;&nbsp;Datum: _____________________<\/div>\n        <\/div>\n\n        <p id=\"intro-lead\">Diese Seite hilft, wenn ein Profilk\u00f6rper nicht das tut, was er soll: Die B\u00f6schung bindet nicht ans Gel\u00e4nde an, das Volumen ist unplausibel, das Querprofil zeigt nur Gel\u00e4nde, oder der Graben folgt dem Gel\u00e4nde oder dem Gef\u00e4lle nicht. Der Entscheidungsbaum f\u00fchrt direkt zum passenden Fall; wer den \u00dcberblick sucht, findet alle F\u00e4lle in den Galerien darunter. Der Rohrgraben hat einen eigenen Baum, weil dort andere Fragen z\u00e4hlen.<\/p>\n\n        <p class=\"lead-para\">Die meisten Probleme lassen sich auf wenige Fragen zur\u00fcckf\u00fchren: Ist das Oberfl\u00e4chenziel gesetzt? Gibt es eine abgeleitete Oberfl\u00e4che und eine \u00e4u\u00dfere Begrenzung? Sind beim Querprofil DGM und Profilk\u00f6rper als Datenquellen dabei? Und beim Graben: folgt die Sohle einem H\u00f6henziel?<\/p>\n\n        <div class=\"hint-box\">\n            <svg class=\"box-icon\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"9\" stroke=\"#3f5f75\" stroke-width=\"1.5\"\/><path d=\"M10 9v5\" stroke=\"#3f5f75\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/><circle cx=\"10\" cy=\"6.5\" r=\"1\" fill=\"#3f5f75\"\/><\/svg>\n            <div><strong>Grunddiagnose:<\/strong> Erst die Ereignisanzeige lesen, sie protokolliert fehlende Ziele und Baufehler. Dann pr\u00fcfen, ob das Oberfl\u00e4chenziel an <em>allen<\/em> B\u00f6schungen sitzt und die H\u00e4ufigkeit in Kurven fein genug ist. Bei falschem Volumen fehlt fast immer die abgeleitete Oberfl\u00e4che oder die \u00e4u\u00dfere Begrenzung. Bei leeren Querprofilen fehlt der Profilk\u00f6rper als Datenquelle. Nach jeder Korrektur den Profilk\u00f6rper neu erstellen.<\/div>\n        <\/div>\n\n        <hr class=\"section-divider\">\n        <h2 id=\"entscheidungsbaum\"><span class=\"label\">Schnellhilfe<\/span> Entscheidungsbaum: \u201eMit dem Profilk\u00f6rper stimmt etwas nicht&#8220;<\/h2>\n\n        <div class=\"decision-tree\">\n            <div class=\"dt-question\">Was funktioniert nicht wie erwartet?<\/div>\n            <div class=\"dt-options\">\n                <a href=\"#fehler-1\" class=\"dt-option\">B\u00f6schung bindet nicht ans Gel\u00e4nde an<\/a>\n                <a href=\"#fehler-2\" class=\"dt-option\">Anbindung nur abschnittsweise<\/a>\n                <a href=\"#fehler-3\" class=\"dt-option\">Ein Bereich baut nichts<\/a>\n                <a href=\"#fehler-4\" class=\"dt-option\">Kurve wird kantig, Volumen falsch<\/a>\n                <a href=\"#fehler-5\" class=\"dt-option\">Zwei Querschnitte in einem Querprofil<\/a>\n                <a href=\"#fehler-6\" class=\"dt-option\">Profilk\u00f6rper-DGM l\u00f6chrig oder \u00fcberschie\u00dfend<\/a>\n                <a href=\"#fehler-7\" class=\"dt-option\">Volumen falsch oder null<\/a>\n                <a href=\"#fehler-8\" class=\"dt-option\">Ein Querprofil st\u00fcrzt auf H\u00f6he 0<\/a>\n                <a href=\"#fehler-9\" class=\"dt-option\">Profilk\u00f6rper verschwindet nach dem Neu-Erstellen<\/a>\n                <a href=\"#fehler-10\" class=\"dt-option\">Querprofil zeigt nur Gel\u00e4nde<\/a>\n                <a href=\"#fehler-11\" class=\"dt-option\">Materialmengen leer oder falsch<\/a>\n                <a href=\"#fehler-12\" class=\"dt-option\">Stationslinien fehlen<\/a>\n                <a href=\"#fehler-13\" class=\"dt-option\">\u00dcbergang zwischen Bereichen springt<\/a>\n                <a href=\"#fehler-14\" class=\"dt-option\">Bericht liefert keine Schichtmengen<\/a>\n                <a href=\"#fehler-15\" class=\"dt-option\">Elementkante nicht anklickbar<\/a>\n            <\/div>\n        <\/div>\n\n        <hr class=\"section-divider\">\n        <h2 id=\"fehlergalerie\"><span class=\"label\">Referenz<\/span> Fehlergalerie: f\u00fcnfzehn typische Profilk\u00f6rperprobleme<\/h2>\n\n        <div class=\"error-card\" id=\"fehler-1\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">1<\/div>\n                <div class=\"error-card-title\">Kein Ziel-DGM: B\u00f6schung bindet nicht an<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M8 94 Q45 86 82 92 Q118 97 152 90\" stroke=\"#3f5f75\" stroke-width=\"2\" fill=\"none\"\/>\n                        <line x1=\"16\" y1=\"38\" x2=\"56\" y2=\"38\" stroke=\"#43a047\" stroke-width=\"2.4\"\/>\n                        <line x1=\"56\" y1=\"38\" x2=\"86\" y2=\"58\" stroke=\"#43a047\" stroke-width=\"2.4\"\/>\n                        <circle cx=\"86\" cy=\"58\" r=\"3.5\" fill=\"#fce4ec\" stroke=\"#e53935\" stroke-width=\"1.8\"\/>\n                        <line x1=\"86\" y1=\"62\" x2=\"86\" y2=\"88\" stroke=\"#e53935\" stroke-width=\"1.2\" stroke-dasharray=\"3 3\"\/>\n                        <line x1=\"86\" y1=\"58\" x2=\"114\" y2=\"95\" stroke=\"#43a047\" stroke-width=\"1.6\" stroke-dasharray=\"4 3\"\/>\n                        <circle cx=\"114\" cy=\"95\" r=\"3\" fill=\"#fff\" stroke=\"#43a047\" stroke-width=\"1.8\"\/>\n                        <text x=\"94\" y=\"50\" font-size=\"7.5\" fill=\"#e53935\" font-family=\"sans-serif\">kein Ziel<\/text>\n                        <text x=\"126\" y=\"106\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">B\u00f6schungsfu\u00df<\/text>\n                        <text x=\"70\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">ohne Ziel-DGM: B\u00f6schung schwebt<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Der Profilk\u00f6rper steht, aber die B\u00f6schung endet frei \u00fcber dem Gel\u00e4nde. In der Ereignisanzeige steht meist sinngem\u00e4\u00df, dass keine Zielobjekte gefunden wurden. Das Oberfl\u00e4chenziel ist nicht zugewiesen.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> \u00dcber <em>Anschluss zuweisen<\/em>, Registerkarte DGM, der B\u00f6schung das Bestands-DGM als Oberfl\u00e4chenziel geben und den Profilk\u00f6rper neu erstellen. Ein Oberfl\u00e4chenziel nimmt nur ein DGM an, keine Linie.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-2\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">2<\/div>\n                <div class=\"error-card-title\">Anbindung nur abschnittsweise (Ziel bei einer B\u00f6schung vergessen)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <line x1=\"10\" y1=\"58\" x2=\"150\" y2=\"58\" stroke=\"#94a3b8\" stroke-width=\"1.2\" stroke-dasharray=\"8 3 2 3\"\/>\n                        <line x1=\"10\" y1=\"26\" x2=\"150\" y2=\"26\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <text x=\"80\" y=\"16\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">Anbindung durchgehend<\/text>\n                        <line x1=\"10\" y1=\"90\" x2=\"62\" y2=\"90\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"98\" y1=\"90\" x2=\"150\" y2=\"90\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"62\" y1=\"90\" x2=\"98\" y2=\"90\" stroke=\"#e53935\" stroke-width=\"1.6\" stroke-dasharray=\"3 3\"\/>\n                        <line x1=\"62\" y1=\"82\" x2=\"62\" y2=\"98\" stroke=\"#7f8c8d\" stroke-width=\"1\"\/>\n                        <line x1=\"98\" y1=\"82\" x2=\"98\" y2=\"98\" stroke=\"#7f8c8d\" stroke-width=\"1\"\/>\n                        <text x=\"80\" y=\"78\" font-size=\"7.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">L\u00fccke<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">ein Bereich ohne Ziel<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Die B\u00f6schung bindet nur in einem Teil der Strecke an. Bei mehreren B\u00f6schungen oder mehreren Bereichen wurde eine Zuweisung ausgelassen, oft die mittlere.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Alle B\u00f6schungen und Bereiche im Dialog <em>Anschluss zuweisen<\/em> durchgehen, oder mit <em>DGM f\u00fcr alle DGM-Ziele ausw\u00e4hlen<\/em> allen auf einen Schlag das DGM geben. Keine Zeile in der Zielliste leer lassen, dann neu erstellen.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-3\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">3<\/div>\n                <div class=\"error-card-title\">Ein Bereich baut nichts (Bereich ohne Querschnitt)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <line x1=\"10\" y1=\"62\" x2=\"150\" y2=\"62\" stroke=\"#3f5f75\" stroke-width=\"2\"\/>\n                        <line x1=\"16\" y1=\"46\" x2=\"16\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"28\" y1=\"46\" x2=\"28\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"40\" y1=\"46\" x2=\"40\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"52\" y1=\"46\" x2=\"52\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"64\" y1=\"46\" x2=\"64\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"104\" y1=\"46\" x2=\"104\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"116\" y1=\"46\" x2=\"116\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"128\" y1=\"46\" x2=\"128\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"140\" y1=\"46\" x2=\"140\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <rect x=\"68\" y=\"42\" width=\"32\" height=\"40\" stroke=\"#e53935\" stroke-width=\"1.4\" stroke-dasharray=\"3 2\" fill=\"none\"\/>\n                        <text x=\"84\" y=\"34\" font-size=\"7.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">leer<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Bereich ohne Querschnitt: L\u00fccke<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> An einem Stationsabschnitt fehlt der K\u00f6rper ganz, davor und dahinter ist er da. Dem Bereich ist kein oder ein leerer Querschnitt zugewiesen.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> In den Bereichsparametern dem betroffenen Bereich einen Querschnitt zuweisen. Pr\u00fcfen, ob die Anfangs- und Endstationen der Bereiche l\u00fcckenlos aneinander anschlie\u00dfen. Wer in der Oberfl\u00e4che <em>3D-Profilk\u00f6rper erstellen<\/em> mehrere Basislinien anlegt, aber eine davon ohne Bereich l\u00e4sst, bekommt genau diese L\u00fccke: Jede Basislinie braucht mindestens einen Bereich mit Querschnitt.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-4\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">4<\/div>\n                <div class=\"error-card-title\">Kurve wird kantig, Volumen falsch (H\u00e4ufigkeit zu grob)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 92 Q80 6 146 92\" stroke=\"#43a047\" stroke-width=\"2.2\" fill=\"none\"\/>\n                        <circle cx=\"30\" cy=\"73\" r=\"1.6\" fill=\"#43a047\"\/>\n                        <circle cx=\"47\" cy=\"60\" r=\"1.6\" fill=\"#43a047\"\/>\n                        <circle cx=\"64\" cy=\"52\" r=\"1.6\" fill=\"#43a047\"\/>\n                        <circle cx=\"80\" cy=\"49\" r=\"1.6\" fill=\"#43a047\"\/>\n                        <circle cx=\"97\" cy=\"52\" r=\"1.6\" fill=\"#43a047\"\/>\n                        <circle cx=\"113\" cy=\"60\" r=\"1.6\" fill=\"#43a047\"\/>\n                        <circle cx=\"130\" cy=\"73\" r=\"1.6\" fill=\"#43a047\"\/>\n                        <polyline points=\"14,92 58,54 102,54 146,92\" stroke=\"#e53935\" stroke-width=\"2\" fill=\"none\"\/>\n                        <circle cx=\"58\" cy=\"54\" r=\"2.2\" fill=\"#fce4ec\" stroke=\"#e53935\" stroke-width=\"1.4\"\/>\n                        <circle cx=\"102\" cy=\"54\" r=\"2.2\" fill=\"#fce4ec\" stroke=\"#e53935\" stroke-width=\"1.4\"\/>\n                        <text x=\"80\" y=\"40\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">H\u00e4ufigkeit enger<\/text>\n                        <text x=\"80\" y=\"72\" font-size=\"7.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">zu grob<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Kurve facettiert: Volumen falsch<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> In der Kurve wirkt der Rand als Polygonzug, die B\u00f6schung trifft das Gel\u00e4nde nicht sauber, und das Volumen weicht ab. Das Bogen-Intervall ist zu gro\u00df.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Im Dialog <em>Intervall f\u00fcr Querschnitte<\/em> das Intervall entlang B\u00f6gen und \u00dcbergangsb\u00f6gen verkleinern (etwa 5 m oder enger). An Kr\u00fcmmungshauptpunkten zus\u00e4tzlich einzelne Stationen setzen, dann neu erstellen.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-5\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">5<\/div>\n                <div class=\"error-card-title\">Zwei Querschnitte in einem Querprofil (Bereichsgrenze)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <polyline points=\"24,34 80,24 136,34\" stroke=\"#e53935\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <polyline points=\"24,41 80,31 136,41\" stroke=\"#e53935\" stroke-width=\"1.8\" opacity=\"0.75\" fill=\"none\"\/>\n                        <text x=\"80\" y=\"54\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">doppelt an der Bereichsgrenze<\/text>\n                        <line x1=\"16\" y1=\"62\" x2=\"144\" y2=\"62\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <polyline points=\"24,92 80,82 136,92\" stroke=\"#43a047\" stroke-width=\"2\" fill=\"none\"\/>\n                        <text x=\"80\" y=\"106\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">0,01-L\u00fccke zwischen Bereichen<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> An einer Bereichsgrenze zeigt das Querprofil zwei \u00fcberlagerte Profillinien. Zwei Bereiche enden und beginnen bei exakt derselben Station.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Eine kleine L\u00fccke von 0,01 m zwischen den Endstationen der beiden Bereiche lassen, damit an der Grenze nur ein Querschnitt gilt. Danach neu erstellen.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-6\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">6<\/div>\n                <div class=\"error-card-title\">Profilk\u00f6rper-DGM l\u00f6chrig oder \u00fcberschie\u00dfend (keine Begrenzung)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <text x=\"80\" y=\"14\" font-size=\"6.5\" fill=\"#7f8c8d\" font-family=\"sans-serif\" text-anchor=\"middle\">Profilk\u00f6rper-DGM, Draufsicht<\/text>\n                        <line x1=\"30\" y1=\"26\" x2=\"30\" y2=\"86\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"54\" y1=\"26\" x2=\"54\" y2=\"86\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <path d=\"M30 30 L14 40 L30 50 L12 62 L30 72\" stroke=\"#e53935\" stroke-width=\"1.3\" fill=\"none\"\/>\n                        <path d=\"M54 34 L70 44 L54 56 L68 68 L54 78\" stroke=\"#e53935\" stroke-width=\"1.3\" fill=\"none\"\/>\n                        <text x=\"42\" y=\"102\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">ohne Begrenzung<\/text>\n                        <line x1=\"106\" y1=\"26\" x2=\"106\" y2=\"86\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"130\" y1=\"26\" x2=\"130\" y2=\"86\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"100\" y1=\"26\" x2=\"100\" y2=\"86\" stroke=\"#43a047\" stroke-width=\"1.4\" stroke-dasharray=\"4 3\"\/>\n                        <line x1=\"136\" y1=\"26\" x2=\"136\" y2=\"86\" stroke=\"#43a047\" stroke-width=\"1.4\" stroke-dasharray=\"4 3\"\/>\n                        <text x=\"118\" y=\"102\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">mit Begrenzung<\/text>\n                        <text x=\"80\" y=\"116\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Dreiecke laufen \u00fcber den Rand<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Das Profilk\u00f6rper-DGM reicht weit \u00fcber die Stra\u00dfe hinaus oder zeigt L\u00f6cher. Es trianguliert \u00fcber den B\u00f6schungsfu\u00df, weil die \u00e4u\u00dfere Begrenzung fehlt.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Registerkarte <em>Grenzlinien<\/em>, Rechtsklick auf die Oberfl\u00e4che, <em>Automatisch hinzuf\u00fcgen<\/em>, Bereich Profilk\u00f6rperausdehnung, Verwendungsart <em>\u00c4u\u00dfere Begrenzung<\/em>. F\u00fcr jede abgeleitete Oberfl\u00e4che.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-7\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">7<\/div>\n                <div class=\"error-card-title\">Volumen falsch oder null (keine abgeleitete Oberfl\u00e4che)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M10 84 Q25 78 40 82 Q55 85 72 80\" stroke=\"#3f5f75\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <line x1=\"16\" y1=\"44\" x2=\"66\" y2=\"44\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <text x=\"41\" y=\"66\" font-size=\"8\" fill=\"#e53935\" font-family=\"sans-serif\" font-weight=\"600\" text-anchor=\"middle\">V = ?<\/text>\n                        <text x=\"41\" y=\"104\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">ohne Oberfl\u00e4che<\/text>\n                        <line x1=\"80\" y1=\"16\" x2=\"80\" y2=\"100\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <path d=\"M88 84 Q103 78 118 82 Q133 85 150 80\" stroke=\"#3f5f75\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <line x1=\"94\" y1=\"44\" x2=\"144\" y2=\"44\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"94\" y1=\"52\" x2=\"144\" y2=\"52\" stroke=\"#43a047\" stroke-width=\"1.6\" stroke-dasharray=\"4 2\"\/>\n                        <line x1=\"100\" y1=\"56\" x2=\"94\" y2=\"68\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <line x1=\"110\" y1=\"57\" x2=\"102\" y2=\"72\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <line x1=\"120\" y1=\"58\" x2=\"112\" y2=\"74\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <line x1=\"130\" y1=\"58\" x2=\"122\" y2=\"76\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <line x1=\"140\" y1=\"58\" x2=\"132\" y2=\"74\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <text x=\"119\" y=\"104\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">mit Oben-Oberfl\u00e4che<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Die Massen sind leer oder unplausibel. Es wurde keine Oberfl\u00e4che aus dem Profilk\u00f6rper abgeleitet, oder es werden die falschen Oberfl\u00e4chen verglichen, oder die Begrenzung fehlt.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Eine Oberfl\u00e4che ableiten (in der Regel die Oben-Oberfl\u00e4che, f\u00fcr ein reines Erdbau-Volumen die Datum- oder Planum-Oberfl\u00e4che), begrenzen und als Vergleichsoberfl\u00e4che gegen das Bestands-DGM setzen. Ohne diese Fl\u00e4che kann kein Volumen entstehen.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-8\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">8<\/div>\n                <div class=\"error-card-title\">Ein Querprofil st\u00fcrzt auf H\u00f6he 0 (fehlendes Ziel an einer Station)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <line x1=\"12\" y1=\"98\" x2=\"148\" y2=\"98\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <text x=\"14\" y=\"94\" font-size=\"6.5\" fill=\"#7f8c8d\" font-family=\"sans-serif\">H\u00f6he 0<\/text>\n                        <path d=\"M12 70 Q45 62 78 68 Q112 73 148 64\" stroke=\"#3f5f75\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <line x1=\"46\" y1=\"38\" x2=\"114\" y2=\"38\" stroke=\"#43a047\" stroke-width=\"2.2\"\/>\n                        <line x1=\"46\" y1=\"38\" x2=\"28\" y2=\"64\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <circle cx=\"28\" cy=\"64\" r=\"2.8\" fill=\"#fff\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"114\" y1=\"38\" x2=\"114\" y2=\"98\" stroke=\"#e53935\" stroke-width=\"2.2\"\/>\n                        <circle cx=\"114\" cy=\"98\" r=\"3\" fill=\"#fce4ec\" stroke=\"#e53935\" stroke-width=\"1.6\"\/>\n                        <text x=\"118\" y=\"80\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\">st\u00fcrzt auf 0<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">fehlendes Ziel an dieser Station<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> An einer Station f\u00e4llt ein Bestandteil senkrecht auf die Grundlinie, das DGM zeigt dort eine Stufe. Meist fehlt an dieser Station das Ziel, oder die Neigung ist zu steil.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Die Ziele pr\u00fcfen, an der betroffenen Station eine zus\u00e4tzliche Station einf\u00fcgen (H\u00e4ufigkeit erh\u00f6hen) und den Gel\u00e4ndeanschluss kontrollieren. Bei sprunghafter Versatz\u00e4nderung die H\u00e4ufigkeit erh\u00f6hen. Statt den ganzen K\u00f6rper umzustellen, l\u00e4sst sich der B\u00f6schungs- oder Anschlussparameter gezielt an genau dieser Station im <em>Querprofil-Editor<\/em> \u00fcberschreiben (Registerkarte 3D-Profilk\u00f6rper, Gruppe \u00c4ndern, Querprofil-Editor, Station w\u00e4hlen, Parameter-Editor). Wie das Schritt f\u00fcr Schritt geht, zeigt Tutorial 6.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-9\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">9<\/div>\n                <div class=\"error-card-title\">Profilk\u00f6rper verschwindet nach dem Neu-Erstellen<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <text x=\"43\" y=\"20\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Referenz gel\u00f6scht (Achse)<\/text>\n                        <rect x=\"14\" y=\"28\" width=\"58\" height=\"52\" stroke=\"#94a3b8\" stroke-width=\"1.4\" stroke-dasharray=\"4 3\" fill=\"none\"\/>\n                        <line x1=\"32\" y1=\"42\" x2=\"54\" y2=\"66\" stroke=\"#e53935\" stroke-width=\"2\"\/>\n                        <line x1=\"54\" y1=\"42\" x2=\"32\" y2=\"66\" stroke=\"#e53935\" stroke-width=\"2\"\/>\n                        <text x=\"43\" y=\"94\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">nach Neu-Erstellen leer<\/text>\n                        <polyline points=\"90,70 106,62 122,62 138,70\" stroke=\"#43a047\" stroke-width=\"1.6\" fill=\"none\"\/>\n                        <polyline points=\"96,62 112,54 128,54 144,62\" stroke=\"#43a047\" stroke-width=\"1.6\" fill=\"none\"\/>\n                        <polyline points=\"102,54 118,46 134,46 150,54\" stroke=\"#43a047\" stroke-width=\"1.6\" fill=\"none\"\/>\n                        <text x=\"120\" y=\"88\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">Zutaten intakt<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Nach dem Neu-Erstellen ist der K\u00f6rper weg. Eine Basislinien-Referenz wurde gel\u00f6scht oder umbenannt, meist die Achse, der L\u00e4ngsschnitt oder der Querschnitt.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Die Referenzen der Basislinie und der Bereiche pr\u00fcfen und die fehlende Zutat neu zuweisen. Bei Mehrzeichnungsprojekten die Datenverkn\u00fcpfung (Data Shortcut) kontrollieren.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-10\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">10<\/div>\n                <div class=\"error-card-title\">Querprofil zeigt nur Gel\u00e4nde (Profilk\u00f6rper nicht als Datenquelle)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <text x=\"80\" y=\"14\" font-size=\"6.5\" fill=\"#7f8c8d\" font-family=\"sans-serif\" text-anchor=\"middle\">Datenquellen der Querprofile<\/text>\n                        <rect x=\"10\" y=\"24\" width=\"64\" height=\"64\" rx=\"2\" stroke=\"#7f8c8d\" stroke-width=\"1.2\" fill=\"none\"\/>\n                        <path d=\"M16 66 Q30 58 44 63 Q56 67 68 60\" stroke=\"#3f5f75\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <text x=\"42\" y=\"102\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">nur Gel\u00e4nde<\/text>\n                        <rect x=\"86\" y=\"24\" width=\"64\" height=\"64\" rx=\"2\" stroke=\"#7f8c8d\" stroke-width=\"1.2\" fill=\"none\"\/>\n                        <path d=\"M92 66 Q106 58 120 63 Q132 67 144 60\" stroke=\"#3f5f75\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <polyline points=\"96,62 102,46 118,42 134,46 140,62\" stroke=\"#43a047\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <text x=\"118\" y=\"102\" font-size=\"7\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">mit Profilk\u00f6rper<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Das Querprofil zeigt nur die Gel\u00e4ndelinie, keine Stra\u00dfe, und die Massen bleiben leer. Bei der Querprofillinien-Gruppe wurde nur das DGM als Datenquelle gew\u00e4hlt.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Die Datenquellen \u00f6ffnen und \u00fcber <em>Weitere Datenquellen ber\u00fccksichtigen<\/em> auch den Profilk\u00f6rper oder das Profilk\u00f6rper-DGM aktivieren, dann die Querprofile aktualisieren.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-11\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">11<\/div>\n                <div class=\"error-card-title\">Materialmengen leer oder falsch (Codes nicht zugeordnet)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M22 76 L32 50 L56 50 L66 76\" stroke=\"#e53935\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <circle cx=\"22\" cy=\"76\" r=\"2\" fill=\"#e53935\"\/>\n                        <circle cx=\"66\" cy=\"76\" r=\"2\" fill=\"#e53935\"\/>\n                        <text x=\"44\" y=\"92\" font-size=\"8\" fill=\"#e53935\" font-family=\"sans-serif\" font-weight=\"600\" text-anchor=\"middle\">0 m&#179;<\/text>\n                        <text x=\"44\" y=\"104\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Fl\u00e4che offen<\/text>\n                        <path d=\"M94 76 L104 50 L128 50 L138 76 Z\" stroke=\"#43a047\" stroke-width=\"1.8\" fill=\"none\"\/>\n                        <line x1=\"102\" y1=\"73\" x2=\"110\" y2=\"53\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <line x1=\"111\" y1=\"74\" x2=\"119\" y2=\"53\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <line x1=\"120\" y1=\"74\" x2=\"128\" y2=\"53\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <line x1=\"129\" y1=\"74\" x2=\"134\" y2=\"60\" stroke=\"#d4a017\" stroke-width=\"1\" opacity=\"0.85\"\/>\n                        <text x=\"116\" y=\"92\" font-size=\"8\" fill=\"#43a047\" font-family=\"sans-serif\" font-weight=\"600\" text-anchor=\"middle\">38 m&#179;<\/text>\n                        <text x=\"116\" y=\"104\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">Profilart geschlossen<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Der Mengenbericht zeigt 0 m&#179; oder unplausible Werte. Das Mengenermittlungskriterium ordnet die Materialien den Profilartcodes nicht zu, oder die Profilartcodes fehlen im Querschnitt.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Das Kriterium mit den korrekten Materialformen einrichten und die Profilartcodes im Querschnitt pr\u00fcfen. Das ist die direkte Klammer zur Code-Arbeit aus dem Querschnitts-Kapitel.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-12\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">12<\/div>\n                <div class=\"error-card-title\">Stationslinien fehlen (bedingter Bestandteil zuerst)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <text x=\"80\" y=\"22\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">keine Stationslinien<\/text>\n                        <line x1=\"14\" y1=\"36\" x2=\"146\" y2=\"36\" stroke=\"#3f5f75\" stroke-width=\"1.8\"\/>\n                        <text x=\"80\" y=\"52\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">bedingter Baustein zuerst<\/text>\n                        <line x1=\"14\" y1=\"88\" x2=\"146\" y2=\"88\" stroke=\"#3f5f75\" stroke-width=\"1.8\"\/>\n                        <line x1=\"20\" y1=\"80\" x2=\"20\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"32\" y1=\"80\" x2=\"32\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"44\" y1=\"80\" x2=\"44\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"56\" y1=\"80\" x2=\"56\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"68\" y1=\"80\" x2=\"68\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"80\" y1=\"80\" x2=\"80\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"92\" y1=\"80\" x2=\"92\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"104\" y1=\"80\" x2=\"104\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"116\" y1=\"80\" x2=\"116\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"128\" y1=\"80\" x2=\"128\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <line x1=\"140\" y1=\"80\" x2=\"140\" y2=\"96\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <text x=\"80\" y=\"110\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">MarkPoint oder 0-Link zuerst<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Der Profilk\u00f6rper zeigt keine Stationslinien und modelliert die Bereiche nicht richtig. Das erste Element des Querschnitts ist ein bedingter Bestandteil.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Als erstes nicht-bedingtes Element einen Markierungspunkt (MarkPoint) oder eine 0-L\u00e4ngen-Verkn\u00fcpfung an die Basislinie setzen, dann bauen die bedingten Bestandteile korrekt auf.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-13\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">13<\/div>\n                <div class=\"error-card-title\">\u00dcbergang zwischen Bereichen springt (harter Sprung)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <text x=\"80\" y=\"10\" font-size=\"6\" fill=\"#7f8c8d\" font-family=\"sans-serif\" text-anchor=\"middle\">Bereichsgrenze<\/text>\n                        <line x1=\"80\" y1=\"14\" x2=\"80\" y2=\"98\" stroke=\"#94a3b8\" stroke-width=\"1.2\" stroke-dasharray=\"4 3\"\/>\n                        <path d=\"M12 44 L80 44 L80 30 L148 30\" stroke=\"#e53935\" stroke-width=\"2\" fill=\"none\"\/>\n                        <text x=\"88\" y=\"24\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\">Sprung<\/text>\n                        <path d=\"M12 78 L56 78 L104 92 L148 92\" stroke=\"#43a047\" stroke-width=\"2\" fill=\"none\"\/>\n                        <text x=\"54\" y=\"108\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">weicher \u00dcbergang<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> An der Bereichsgrenze springt die Breite oder Neigung hart. Zwei Bereiche mit unterschiedlichen Querschnitten oder Parametern sto\u00dfen ohne \u00dcbergang aneinander.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> F\u00fcr eine weiche Aufweitung ein Breitenziel (Achsparallele) setzen, oder die \u00dcberg\u00e4nge (Transitions) nutzen, die Entwurfswerte \u00fcber die Station interpolieren.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-14\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">14<\/div>\n                <div class=\"error-card-title\">Schichtmengen fehlen im Bericht (falsches Stylesheet)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <text x=\"80\" y=\"10\" font-size=\"6\" fill=\"#7f8c8d\" font-family=\"sans-serif\" text-anchor=\"middle\">Dialog Mengen melden<\/text>\n                        <rect x=\"14\" y=\"18\" width=\"56\" height=\"72\" rx=\"3\" fill=\"#fff\" stroke=\"#e53935\" stroke-width=\"1.4\"\/>\n                        <text x=\"42\" y=\"30\" font-size=\"6.3\" fill=\"#e53935\" font-family=\"sans-serif\" font-weight=\"700\" text-anchor=\"middle\">Earthwork.xsl<\/text>\n                        <line x1=\"20\" y1=\"36\" x2=\"64\" y2=\"36\" stroke=\"#c3cfd8\" stroke-width=\"1\"\/>\n                        <text x=\"20\" y=\"48\" font-size=\"5.6\" fill=\"#7f8c8d\" font-family=\"sans-serif\">Decke<\/text>\n                        <text x=\"64\" y=\"48\" font-size=\"5.6\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"end\">0<\/text>\n                        <text x=\"20\" y=\"58\" font-size=\"5.6\" fill=\"#7f8c8d\" font-family=\"sans-serif\">Tragschicht<\/text>\n                        <text x=\"64\" y=\"58\" font-size=\"5.6\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"end\">0<\/text>\n                        <text x=\"20\" y=\"68\" font-size=\"5.6\" fill=\"#7f8c8d\" font-family=\"sans-serif\">Frostschutz<\/text>\n                        <text x=\"64\" y=\"68\" font-size=\"5.6\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"end\">0<\/text>\n                        <text x=\"42\" y=\"84\" font-size=\"6.3\" fill=\"#e53935\" font-family=\"sans-serif\" font-weight=\"600\" text-anchor=\"middle\">Schichten leer<\/text>\n                        <rect x=\"90\" y=\"18\" width=\"56\" height=\"72\" rx=\"3\" fill=\"#fff\" stroke=\"#43a047\" stroke-width=\"1.4\"\/>\n                        <text x=\"118\" y=\"30\" font-size=\"5.4\" fill=\"#43a047\" font-family=\"sans-serif\" font-weight=\"700\" text-anchor=\"middle\">Select Material.xsl<\/text>\n                        <line x1=\"96\" y1=\"36\" x2=\"140\" y2=\"36\" stroke=\"#c3cfd8\" stroke-width=\"1\"\/>\n                        <text x=\"96\" y=\"48\" font-size=\"5.6\" fill=\"#7f8c8d\" font-family=\"sans-serif\">Decke<\/text>\n                        <text x=\"140\" y=\"48\" font-size=\"5.6\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"end\">42 m&#179;<\/text>\n                        <text x=\"96\" y=\"60\" font-size=\"5.6\" fill=\"#7f8c8d\" font-family=\"sans-serif\">Trag.<\/text>\n                        <text x=\"140\" y=\"60\" font-size=\"5.6\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"end\">96 m&#179;<\/text>\n                        <text x=\"96\" y=\"72\" font-size=\"5.6\" fill=\"#7f8c8d\" font-family=\"sans-serif\">Frost<\/text>\n                        <text x=\"140\" y=\"72\" font-size=\"5.6\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"end\">210 m&#179;<\/text>\n                        <text x=\"118\" y=\"84\" font-size=\"5.8\" fill=\"#43a047\" font-family=\"sans-serif\" font-weight=\"600\" text-anchor=\"middle\">Schichten sichtbar<\/text>\n                        <text x=\"80\" y=\"112\" font-size=\"6.5\" fill=\"#7f8c8d\" font-family=\"sans-serif\" text-anchor=\"middle\">Erdmassen stimmen in beiden F\u00e4llen<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Der Materialbericht zeigt f\u00fcr die Schichten 0 oder gar keine Zeilen, obwohl Kriterium, Profilartcodes und Objektzuordnung korrekt sind. Die Erdmassen im selben Dialog stimmen. Ursache ist das Stylesheet: Es steht auf Earthwork.xsl, das liefert nur Auftrag und Abtrag.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Im Dialog Mengen melden das Stylesheet von Hand auf Select Material.xsl umstellen und die passende Materialliste w\u00e4hlen, die mit den Schichten-Materialien. F\u00fcr Erdmassen bleibt Earthwork.xsl richtig, f\u00fcr Schichten brauchst du das andere Stylesheet, beides zusammen geht nicht in einem Bericht.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-15\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">15<\/div>\n                <div class=\"error-card-title\">Elementkante nicht anklickbar (F\u00fcllung deckt sie ab)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <text x=\"80\" y=\"10\" font-size=\"6\" fill=\"#7f8c8d\" font-family=\"sans-serif\" text-anchor=\"middle\">Codestilsatz des Profilk\u00f6rpers<\/text>\n                        <line x1=\"80\" y1=\"14\" x2=\"80\" y2=\"98\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <polygon points=\"16,72 34,42 60,42 70,72\" fill=\"#dbe4ec\" stroke=\"#94a3b8\" stroke-width=\"1\"\/>\n                        <line x1=\"34\" y1=\"42\" x2=\"60\" y2=\"42\" stroke=\"#43a047\" stroke-width=\"2\" opacity=\"0.3\"\/>\n                        <text x=\"43\" y=\"86\" font-size=\"6.3\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">F\u00fcllung deckt Kante ab<\/text>\n                        <text x=\"43\" y=\"98\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">nicht anw\u00e4hlbar<\/text>\n                        <polygon points=\"92,72 110,42 136,42 146,72\" fill=\"none\" stroke=\"#94a3b8\" stroke-width=\"1\"\/>\n                        <line x1=\"110\" y1=\"42\" x2=\"136\" y2=\"42\" stroke=\"#43a047\" stroke-width=\"2.4\"\/>\n                        <circle cx=\"110\" cy=\"42\" r=\"3\" fill=\"#fff\" stroke=\"#43a047\" stroke-width=\"1.8\"\/>\n                        <circle cx=\"136\" cy=\"42\" r=\"3\" fill=\"#fff\" stroke=\"#43a047\" stroke-width=\"1.8\"\/>\n                        <text x=\"119\" y=\"86\" font-size=\"6.3\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">_Keine Darstellung<\/text>\n                        <text x=\"119\" y=\"98\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">Kante anw\u00e4hlbar<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Beim Klick auf eine Kante direkt am Profilk\u00f6rper, etwa f\u00fcr <em>Elementkanten aus 3D-Profilk\u00f6rper extrahieren<\/em> oder <em>Achse aus 3D-Profilk\u00f6rper erstellen<\/em>, meldet Civil 3D <code>Das ausgew\u00e4hlte Objekt ist keine 3D-Profilk\u00f6rper-Elementkante<\/code>, obwohl die Kante klar sichtbar am K\u00f6rper liegt. Der Klick landet auf der durchgehenden Fl\u00e4chenf\u00fcllung von Bankett, B\u00f6schung oder Fahrbahn, die im aktuellen Codestilsatz \u00fcber der Elementkante liegt und sie f\u00fcr die Auswahl blockiert. Das passiert unabh\u00e4ngig davon, ob die Kante schon einmal extrahiert wurde.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Den Codestilsatz des Profilk\u00f6rpers auf <em>_Keine Darstellung<\/em> umstellen, dann zeigt der K\u00f6rper nur noch die Elementkanten selbst statt der Fl\u00e4chenf\u00fcllung, und die Kante l\u00e4sst sich anklicken. Nach der Auswahl den urspr\u00fcnglichen Codestilsatz bei Bedarf wieder einstellen.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <hr class=\"section-divider\">\n        <h2 id=\"entscheidungsbaum-graben\"><span class=\"label\">Schnellhilfe<\/span> Entscheidungsbaum Leitungsgraben<\/h2>\n\n        <div class=\"decision-tree\">\n            <div class=\"dt-question\">Was klemmt am Graben-Profilk\u00f6rper?<\/div>\n            <div class=\"dt-options\">\n                <a href=\"#fehler-16\" class=\"dt-option\">Grabensohle folgt dem Verlauf nicht<\/a>\n                <a href=\"#fehler-17\" class=\"dt-option\">Grabenwand bindet nicht ans Gel\u00e4nde an<\/a>\n                <a href=\"#fehler-18\" class=\"dt-option\">Grabenw\u00e4nde \u00fcberschneiden sich (Bowtie)<\/a>\n                <a href=\"#fehler-19\" class=\"dt-option\">Bettung und Verf\u00fcllung fehlen als Menge<\/a>\n                <a href=\"#fehler-20\" class=\"dt-option\">Grabenbreite passt nicht zum Rohr<\/a>\n            <\/div>\n        <\/div>\n\n        <hr class=\"section-divider\">\n        <h2 id=\"fehlergalerie-graben\"><span class=\"label\">Referenz<\/span> Fehlergalerie: f\u00fcnf Rohrgraben-F\u00e4lle<\/h2>\n\n        <div class=\"error-card\" id=\"fehler-16\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">16<\/div>\n                <div class=\"error-card-title\">Grabensohle folgt dem Verlauf nicht (falscher oder kein Gel\u00e4ndel\u00e4ngsschnitt zugewiesen)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <line x1=\"80\" y1=\"24\" x2=\"80\" y2=\"96\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <path d=\"M14 34 L70 52\" stroke=\"#43a047\" stroke-width=\"1.6\" stroke-dasharray=\"4 3\" fill=\"none\"\/>\n                        <text x=\"14\" y=\"30\" font-size=\"6\" fill=\"#43a047\" font-family=\"sans-serif\">Rohrsohle<\/text>\n                        <line x1=\"14\" y1=\"72\" x2=\"70\" y2=\"72\" stroke=\"#e53935\" stroke-width=\"2.2\"\/>\n                        <line x1=\"66\" y1=\"54\" x2=\"66\" y2=\"70\" stroke=\"#7f8c8d\" stroke-width=\"0.8\"\/>\n                        <line x1=\"40\" y1=\"45\" x2=\"40\" y2=\"70\" stroke=\"#7f8c8d\" stroke-width=\"0.8\"\/>\n                        <text x=\"42\" y=\"86\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">flaches Profil<\/text>\n                        <path d=\"M90 34 L146 52\" stroke=\"#43a047\" stroke-width=\"1.6\" stroke-dasharray=\"4 3\" fill=\"none\"\/>\n                        <line x1=\"90\" y1=\"52\" x2=\"146\" y2=\"70\" stroke=\"#43a047\" stroke-width=\"2.2\"\/>\n                        <circle cx=\"118\" cy=\"61\" r=\"3\" fill=\"#fff\" stroke=\"#d4a017\" stroke-width=\"1.8\"\/>\n                        <text x=\"118\" y=\"86\" font-size=\"7\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">folgt Gel\u00e4nde<\/text>\n                        <text x=\"80\" y=\"112\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Ohne Gel\u00e4ndeableitung bleibt sie flach<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Der Graben bleibt auf konstanter H\u00f6he, statt dem Gel\u00e4nde oder dem Leitungsgef\u00e4lle zu folgen. Ursache ist meist das der Basislinie zugewiesene Profil: Es ist nicht der aktuelle Gel\u00e4ndel\u00e4ngsschnitt aus dem Bestands-DGM, sondern ein flaches oder falsch positioniertes Profil.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Den aktuellen Gel\u00e4ndel\u00e4ngsschnitt aus dem Bestands-DGM ableiten (Kapitel 03, Befehl L\u00e4ngsschnitt aus DGM erstellen) und als Profil der Basislinie zuweisen. Damit folgt die Grabensohle wieder dem Verlauf.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-17\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">17<\/div>\n                <div class=\"error-card-title\">Grabenwand bindet nicht ans Gel\u00e4nde an (geb\u00f6schter Graben)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M8 40 Q45 34 82 40 Q118 45 152 38\" stroke=\"#3f5f75\" stroke-width=\"2\" fill=\"none\"\/>\n                        <line x1=\"58\" y1=\"92\" x2=\"104\" y2=\"92\" stroke=\"#43a047\" stroke-width=\"2.4\"\/>\n                        <line x1=\"104\" y1=\"92\" x2=\"128\" y2=\"43\" stroke=\"#43a047\" stroke-width=\"2.2\"\/>\n                        <circle cx=\"128\" cy=\"43\" r=\"3.2\" fill=\"#fff\" stroke=\"#43a047\" stroke-width=\"1.8\"\/>\n                        <text x=\"128\" y=\"33\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">bindet an<\/text>\n                        <line x1=\"58\" y1=\"92\" x2=\"42\" y2=\"64\" stroke=\"#43a047\" stroke-width=\"2.2\"\/>\n                        <circle cx=\"42\" cy=\"64\" r=\"3.5\" fill=\"#fce4ec\" stroke=\"#e53935\" stroke-width=\"1.8\"\/>\n                        <line x1=\"42\" y1=\"60\" x2=\"36\" y2=\"44\" stroke=\"#e53935\" stroke-width=\"1.2\" stroke-dasharray=\"3 3\"\/>\n                        <text x=\"32\" y=\"68\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"end\">schwebt<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Grabenwand ohne Oberfl\u00e4chenziel<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Beim geb\u00f6schten Graben schwebt der B\u00f6schungslink der Grabenwand, es entsteht kein B\u00f6schungsfu\u00df an der Gel\u00e4ndekante. Dieselbe Falle wie beim Gel\u00e4ndeanschluss der Stra\u00dfe, nur invertiert.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Der Grabenwand auf der Registerkarte DGM das Bestands-DGM als Oberfl\u00e4chenziel geben. Beim verbauten Graben mit senkrechten W\u00e4nden ist das nicht n\u00f6tig, dort dient das DGM nur als H\u00f6hen- und Mengenreferenz.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-18\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">18<\/div>\n                <div class=\"error-card-title\">Grabenw\u00e4nde \u00fcberschneiden sich bei flachem Graben (Bowtie)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <line x1=\"80\" y1=\"26\" x2=\"80\" y2=\"98\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <line x1=\"12\" y1=\"40\" x2=\"72\" y2=\"42\" stroke=\"#3f5f75\" stroke-width=\"1.6\"\/>\n                        <line x1=\"30\" y1=\"60\" x2=\"54\" y2=\"42\" stroke=\"#e53935\" stroke-width=\"2\"\/>\n                        <line x1=\"54\" y1=\"60\" x2=\"30\" y2=\"42\" stroke=\"#e53935\" stroke-width=\"2\"\/>\n                        <circle cx=\"42\" cy=\"51\" r=\"2.6\" fill=\"#fce4ec\" stroke=\"#e53935\" stroke-width=\"1.4\"\/>\n                        <text x=\"42\" y=\"80\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Bowtie<\/text>\n                        <line x1=\"88\" y1=\"40\" x2=\"150\" y2=\"42\" stroke=\"#3f5f75\" stroke-width=\"1.6\"\/>\n                        <line x1=\"108\" y1=\"78\" x2=\"96\" y2=\"42\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"130\" y1=\"78\" x2=\"142\" y2=\"42\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"108\" y1=\"78\" x2=\"130\" y2=\"78\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <text x=\"119\" y=\"92\" font-size=\"7\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">sauber<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">flacher Graben: W\u00e4nde \u00fcberschneiden sich<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Bei geringer Grabentiefe oder engem Radius \u00fcberschneiden sich die beiden Grabenwand-Links und bilden eine Schleife (Bowtie). H\u00e4ufigkeit oder Geometrie passen bei kleiner Tiefe nicht.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Die H\u00e4ufigkeit erh\u00f6hen und Tiefe, Breite und B\u00f6schungsneigung pr\u00fcfen. Ein flacher, geb\u00f6schter Graben braucht entweder mehr Tiefe oder eine flachere Neigung, damit sich die W\u00e4nde nicht kreuzen.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-19\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">19<\/div>\n                <div class=\"error-card-title\">Bettung und Verf\u00fcllung fehlen als getrennte Menge<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <line x1=\"80\" y1=\"24\" x2=\"80\" y2=\"98\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <polygon points=\"24,40 34,86 60,86 70,40\" fill=\"#f4dede\" stroke=\"#e53935\" stroke-width=\"1.6\"\/>\n                        <text x=\"47\" y=\"66\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">1 Menge<\/text>\n                        <text x=\"47\" y=\"98\" font-size=\"6.5\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">nur Aushub<\/text>\n                        <polygon points=\"92,40 102,86 128,86 138,40\" fill=\"none\" stroke=\"#43a047\" stroke-width=\"1.6\"\/>\n                        <line x1=\"96\" y1=\"58\" x2=\"134\" y2=\"58\" stroke=\"#43a047\" stroke-width=\"1\"\/>\n                        <polygon points=\"100,78 102,86 128,86 130,78\" fill=\"#f0e6cf\" stroke=\"#c9b98f\" stroke-width=\"0.8\"\/>\n                        <circle cx=\"115\" cy=\"70\" r=\"6\" fill=\"#eef2f5\" stroke=\"#3f5f75\" stroke-width=\"1.2\"\/>\n                        <text x=\"146\" y=\"52\" font-size=\"6\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"end\">Verf\u00fcllung<\/text>\n                        <text x=\"146\" y=\"84\" font-size=\"6\" fill=\"#b5651d\" font-family=\"sans-serif\" text-anchor=\"end\">Bettung<\/text>\n                        <text x=\"115\" y=\"98\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">3 Mengen<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Schichten nicht als Profilarten codiert<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Der Mengenbericht kennt nur eine Aushubmenge, Bettung und Verf\u00fcllung fehlen getrennt. Die Sch\u00fcttungsschichten sind nicht als eigene Profilarten codiert, oder das Mengenkriterium ordnet ihre Codes nicht zu.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Die Schichten-Parameter im Graben-Bestandteil aktivieren und die Profilartcodes von Bettung und Verf\u00fcllung im Mengenermittlungskriterium eigenen Materialien zuordnen. Dann erscheinen Aushub, Bettung und Verf\u00fcllung getrennt.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"error-card\" id=\"fehler-20\">\n            <div class=\"error-card-header\">\n                <div class=\"error-card-number\">20<\/div>\n                <div class=\"error-card-title\">Grabenbreite passt nicht zum Rohr (Kanalnetz-Kopplung)<\/div>\n            <\/div>\n            <div class=\"error-card-body\">\n                <div class=\"error-card-svg\">\n                    <svg viewBox=\"0 0 160 120\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <line x1=\"80\" y1=\"26\" x2=\"80\" y2=\"98\" stroke=\"#d0d0d0\" stroke-width=\"1\"\/>\n                        <line x1=\"34\" y1=\"84\" x2=\"30\" y2=\"50\" stroke=\"#e53935\" stroke-width=\"2\"\/>\n                        <line x1=\"52\" y1=\"84\" x2=\"56\" y2=\"50\" stroke=\"#e53935\" stroke-width=\"2\"\/>\n                        <line x1=\"34\" y1=\"84\" x2=\"52\" y2=\"84\" stroke=\"#e53935\" stroke-width=\"2\"\/>\n                        <circle cx=\"43\" cy=\"70\" r=\"14\" fill=\"none\" stroke=\"#3f5f75\" stroke-width=\"1.6\"\/>\n                        <text x=\"43\" y=\"100\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">zu schmal<\/text>\n                        <line x1=\"102\" y1=\"84\" x2=\"96\" y2=\"50\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"136\" y1=\"84\" x2=\"142\" y2=\"50\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <line x1=\"102\" y1=\"84\" x2=\"136\" y2=\"84\" stroke=\"#43a047\" stroke-width=\"2\"\/>\n                        <circle cx=\"119\" cy=\"70\" r=\"11\" fill=\"none\" stroke=\"#3f5f75\" stroke-width=\"1.6\"\/>\n                        <line x1=\"100\" y1=\"70\" x2=\"107\" y2=\"70\" stroke=\"#d4a017\" stroke-width=\"1.2\"\/>\n                        <line x1=\"131\" y1=\"70\" x2=\"138\" y2=\"70\" stroke=\"#d4a017\" stroke-width=\"1.2\"\/>\n                        <text x=\"119\" y=\"100\" font-size=\"6.5\" fill=\"#43a047\" font-family=\"sans-serif\" text-anchor=\"middle\">Rohr + \u00dcberdeckung<\/text>\n                        <text x=\"80\" y=\"114\" font-size=\"7\" fill=\"#e53935\" font-family=\"sans-serif\" text-anchor=\"middle\">Breite nicht an Rohr\/Kanalnetz gekoppelt<\/text>\n                    <\/svg>\n                <\/div>\n                <div class=\"error-card-content\">\n                    <div class=\"error-card-diagnosis\"><strong>Diagnose:<\/strong> Der Graben ist zu schmal oder zu breit, das Rohr passt nicht sauber hinein. Die Breite ist weder als Breitenziel noch \u00fcber die Kanalnetz-Kopplung mit Mindest\u00fcberdeckung gesteuert.<\/div>\n                    <div class=\"error-card-solution\"><strong>L\u00f6sung:<\/strong> Die Breite fest passend zum Rohr setzen oder an eine Achse oder das Kanalnetz koppeln (Zieltyp Versatz beziehungsweise der Kanalnetz-Versatz bei GrabenHaltung2). Dann folgt die Breite dem Rohrdurchmesser plus \u00dcberdeckung.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <hr class=\"section-divider\">\n        <h2 id=\"checkliste\"><span class=\"label\">QS<\/span> Checkliste: Profilk\u00f6rper-Qualit\u00e4tssicherung<\/h2>\n\n        <div class=\"checklist-head\">\n            <p class=\"check-intro\">Diese Liste eignet sich als Schluss-Check, bevor der Profilk\u00f6rper und seine Auswertung freigegeben werden. Ein Klick markiert einen Punkt als erledigt. Zum Ausdrucken auf Drucken klicken.<\/p>\n            <button class=\"print-btn\" onclick=\"window.print()\">Checkliste drucken (A4)<\/button>\n        <\/div>\n\n        <ul class=\"checklist\" id=\"qaChecklist\">\n            <li onclick=\"this.classList.toggle('checked')\">Achse, L\u00e4ngsschnitt (Gradiente) und Querschnitt dem Profilk\u00f6rper zugewiesen?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Bereiche definiert, pro Stationsbereich der passende Querschnitt, Stationen l\u00fcckenlos?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">H\u00e4ufigkeit sinnvoll (Tangenten 10 bis 25 m, B\u00f6gen und \u00dcbergangsb\u00f6gen enger), Kurven nicht facettiert?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Oberfl\u00e4chenziel (Bestands-DGM) f\u00fcr die B\u00f6schung gesetzt, bindet die B\u00f6schung an?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Ziele bei allen B\u00f6schungen und Bereichen zugewiesen, keine mittlere vergessen?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Breiten- oder H\u00f6henziel gesetzt, falls eine Aufweitung oder Rampe n\u00f6tig ist?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Profilk\u00f6rper in 3D-Ansicht und Querprofil gepr\u00fcft, keine L\u00fccken, keine schwebenden B\u00f6schungen?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Oben-Oberfl\u00e4che abgeleitet (Fahrbahn, Bankett, B\u00f6schung mit den jeweils richtigen Verkn\u00fcpfungscodes)?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Bei Bedarf: Datum- oder Planum-Oberfl\u00e4che f\u00fcr ein reines Erdbau-Volumen ohne Stra\u00dfenaufbau abgeleitet?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">\u00c4u\u00dfere Begrenzung auf allen Profilk\u00f6rper-DGMs gesetzt, kein l\u00f6chriges oder \u00fcberschie\u00dfendes DGM?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Volumen gegen das Bestands-DGM berechnet und plausibilisiert (Streckenfl\u00e4che mal mittlere Tiefe)?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Querprofillinien-Gruppe mit DGM UND Profilk\u00f6rper als Datenquellen geschnitten, nicht nur Gel\u00e4nde?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Querprofilpl\u00e4ne erzeugt und Materialmengen ermittelt (Profilartcodes korrekt zugeordnet)?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Beim Leitungsgraben: aktueller Gel\u00e4ndel\u00e4ngsschnitt als Profil zugewiesen, damit der Graben dem Verlauf folgt?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Beim geb\u00f6schten Graben: Grabenwand mit Oberfl\u00e4chenziel ans DGM angebunden (beim verbauten Graben nicht n\u00f6tig)?<\/li>\n            <li onclick=\"this.classList.toggle('checked')\">Bettung und Verf\u00fcllung als eigene Profilarten codiert und im Mengenkriterium zugeordnet, Zeichnung gespeichert?<\/li>\n        <\/ul>\n\n    <\/div>\n<\/div>\n\n<script>\n    window.addEventListener('scroll', function() {\n        var docHeight = document.documentElement.scrollHeight - window.innerHeight;\n        var scrolled = (window.scrollY \/ docHeight) * 100;\n        document.getElementById('readingProgress').style.width = Math.min(scrolled, 100) + '%';\n    });\n<\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Civil 3D | Profilk\u00f6rper-Fehlerbehebung Profilk\u00f6rper-Fehlerbehebung Inhalt Entscheidungsbaum: \u201eMit dem Profilk\u00f6rper stimmt etwas nicht&#8220; Fehlergalerie: f\u00fcnfzehn typische Profilk\u00f6rperprobleme Entscheidungsbaum Leitungsgraben Fehlergalerie: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[45],"tags":[],"class_list":["post-2343","post","type-post","status-publish","format-standard","hentry","category-profilkoerper"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":false,"author_link":"https:\/\/cad-kompass.de\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Civil 3D | Profilk\u00f6rper-Fehlerbehebung Profilk\u00f6rper-Fehlerbehebung Inhalt Entscheidungsbaum: \u201eMit dem Profilk\u00f6rper stimmt etwas nicht&#8220; Fehlergalerie: f\u00fcnfzehn typische Profilk\u00f6rperprobleme Entscheidungsbaum Leitungsgraben Fehlergalerie: [&hellip;]","_links":{"self":[{"href":"https:\/\/cad-kompass.de\/index.php?rest_route=\/wp\/v2\/posts\/2343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cad-kompass.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cad-kompass.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cad-kompass.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cad-kompass.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2343"}],"version-history":[{"count":5,"href":"https:\/\/cad-kompass.de\/index.php?rest_route=\/wp\/v2\/posts\/2343\/revisions"}],"predecessor-version":[{"id":2388,"href":"https:\/\/cad-kompass.de\/index.php?rest_route=\/wp\/v2\/posts\/2343\/revisions\/2388"}],"wp:attachment":[{"href":"https:\/\/cad-kompass.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cad-kompass.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cad-kompass.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}