{"id":3681,"date":"2024-08-01T13:15:23","date_gmt":"2024-08-01T11:15:23","guid":{"rendered":"https:\/\/hicad-help.com\/?page_id=3681"},"modified":"2025-10-07T20:53:10","modified_gmt":"2025-10-07T18:53:10","slug":"anlagenbau","status":"publish","type":"page","link":"https:\/\/hicad-help.com\/en\/anlagenbau\/","title":{"rendered":"Anlagenbau"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_87 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Inhaltsverzeichnis<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-6ab350a43dbf6\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #000000;color:#000000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #000000;color:#000000\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewbox=\"0 0 24 24\" version=\"1.2\" baseprofile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-6ab350a43dbf6\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/hicad-help.com\/en\/anlagenbau\/#Einfuhrung-in-den-Anlagenbau\" >Introduction to plant engineering<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/hicad-help.com\/en\/anlagenbau\/#Effiziente-Rohrleitungsplanung\" >Efficient pipeline planning<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/hicad-help.com\/en\/anlagenbau\/#Armaturen-und-Flanschverschraubung\" >Armaturen und Flanschverschraubung<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/hicad-help.com\/en\/anlagenbau\/#Isometrie-und-Isolierung\" >Isometrics and insulation<\/a><\/li><\/ul><\/nav><\/div>\n\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>HiCAD \u00dcberschrift<\/title>\n    <!-- Die Styles sind in sich abgeschlossen und ben\u00f6tigen keine externen Ressourcen -->\n    <style>\n        \/* 1. SCHRIFTART (VERDANA F\u00dcR KONSISTENZ MIT WORDPRESS) *\/\n        .heading-wrapper, .heading-container {\n            font-family: Verdana, Geneva, Tahoma, sans-serif;\n        }\n\n        \/* 2. STIL-WRAPPER F\u00dcR DEN KLICK-TRIGGER *\/\n        .heading-wrapper {\n            display: block; \n            text-decoration: none; \n            max-width: 600px; \/* Begrenzung f\u00fcr bessere Desktop-Ansicht *\/\n            \/* WICHTIG: Die Zentrierung durch margin: auto; ist sofort aktiv *\/\n            margin: 40px auto; \n            cursor: default; \/* Cursor ist jetzt der Standardpfeil (kein Klick-Signal mehr) *\/\n            position: relative; \n            \/* Muss sichtbar sein, da kein JS mehr f\u00fcr die Opazit\u00e4t zust\u00e4ndig ist *\/\n            opacity: 1; \n        }\n\n        \/* Hover-Effekt funktioniert weiterhin, aber der Cursor \u00e4ndert sich nicht *\/\n        .heading-wrapper:hover {\n             cursor: pointer; \/* Cursor \u00e4ndert sich nur beim Hovern, um den Effekt zu betonen *\/\n        }\n        \n        \/* 3. INNERE BOX (DAS K\u00c4RTCHEN) *\/\n        .heading-container {\n            \/* Hintergrundfarbe ist STANDARDM\u00c4SSIG WEISS *\/\n            background-color: white; \n            border-radius: 1rem;\n            border: 2px solid #000;\n            \n            \/* Initialer Schatten *\/\n            box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.05);\n            padding: 1.5rem 2.5rem;\n            width: 100%; \n            \n            position: relative; \n            \n            \/* Sanfter \u00dcbergang f\u00fcr Hover-Effekt und Hintergrundfarbe *\/\n            transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out;\n        }\n        \n        \/* HOVER-Zustand f\u00fcr das K\u00e4rtchen *\/\n        .heading-wrapper:hover .heading-container {\n            \/* HINTERGRUNDFARBE WIRD HIER AUF BLAU GESETZT *\/\n            background-color: #E6F0FF; \n            transform: translateY(-5px); \/* Hebt die Box leicht an *\/\n            \/* St\u00e4rkerer Schatten beim Hovern *\/\n            box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2), 0 6px 10px -2px rgba(0, 0, 0, 0.1); \n        }\n        \n        \/* TEXT STYLING WIRD F\u00dcR HAUPT\u00dcBERSCHRIFT UND POP-UP VERWENDET *\/\n        .modern-heading { \n            text-align: center; \n            \/* ANGEPASST, um auf 600px in einer Zeile zu bleiben *\/\n            font-size: clamp(2.0rem, 5vw, 3.5rem); \n            font-weight: 900; \n            line-height: 1.2; \n            padding: 10px 0 0; \n            margin: 0 auto; \n            white-space: nowrap; \n            overflow: hidden; \n            text-overflow: ellipsis; \n        }\n        .sub-headline { \n            text-align: center; \n            font-size: clamp(1.2rem, 3vw, 2.0rem); \n            font-weight: 700; \n            color: #333; \n            line-height: 1.2; \n            padding: 0 0 10px; \n            margin: 0 auto; \n        }\n        .gradient-word {\n            background-image: linear-gradient(45deg, #003f7a, #003366);\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            font-weight: 900;\n            \/* Leichter Schatten, damit es zum Bild passt *\/\n            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); \n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- WICHTIGER HINWEIS: Dies ist der einzige ben\u00f6tigte Block. F\u00fcr jede weitere \u00dcberschrift in WordPress muss dieser Block kopiert und der Text angepasst werden. -->\n<div class=\"heading-wrapper\">\n    <div class=\"heading-container\">\n        \n        <!-- TEXTZEILE 1: MARKANTESTE BOTSCHAFT (MIT BLAUEM GRADIENT) -->\n        <h2 class=\"modern-heading gradient-word\"><span class=\"ez-toc-section\" id=\"Einfuhrung-in-den-Anlagenbau\"><\/span>\n            Introduction to plant engineering\n        <span class=\"ez-toc-section-end\"><\/span><\/h2>\n        \n        <!-- TEXTZEILE 2: DETAILLIERTE BESCHREIBUNG (SCHWARZ) -->\n        <h3 class=\"sub-headline\">\n            \n        <\/h3>\n        \n    <\/div>\n<\/div>\n\n\n<!-- Das JavaScript zur Scroll-Animation wurde entfernt, um Konflikte in der WordPress-Vorschau zu vermeiden. -->\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\"  style=\"display: block; margin: 0px auto;\"  id=\"_ytid_81677\"  width=\"720\" height=\"405\"  data-origwidth=\"720\" data-origheight=\"405\" src=\"https:\/\/www.youtube.com\/embed\/A65qmG1YoIE?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=1&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;hl=en_US&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;\" class=\"__youtube_prefs__  epyt-is-override  no-lazyload\" title=\"YouTube player\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In this first episode of our new HiCAD video series <strong>Plant construction and pipeline planning<\/strong> Let's dive into the basic functions for creating pipelines. It shows step by step how a pipeline is created, specified and equipped with suitable components.<\/p>\n\n\n\n<p>First, learn the command <strong>\u201cCreate pipeline\u201d<\/strong> know which is used to define a new line including name and color. The selection of components plays a crucial role: either via a <strong>Pipe class<\/strong> to ensure compatibility or by manual selection from the database.<\/p>\n\n\n\n<p>A central element in HiCAD is the <strong>leading edge pull<\/strong>, which determines the routing of the line. This works similarly to a 3D sketch and enables the exact placement of the pipe from point A to point B. After determining the route, the pipe can be automatically assigned suitable components - from flanges to pipe bends to reducers.<\/p>\n\n\n\n<p>At the end of the video it is shown how the system can be flexibly expanded by integrating a second pump and installing a branch via a T-piece.<\/p>\n\n\n\n<p>Perfect for anyone who wants one <strong>structured entry<\/strong> Search for piping planning with HiCAD!<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\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>HiCAD \u00dcberschrift<\/title>\n    <!-- Die Styles sind in sich abgeschlossen und ben\u00f6tigen keine externen Ressourcen -->\n    <style>\n        \/* 1. SCHRIFTART (VERDANA F\u00dcR KONSISTENZ MIT WORDPRESS) *\/\n        .heading-wrapper, .heading-container {\n            font-family: Verdana, Geneva, Tahoma, sans-serif;\n        }\n\n        \/* 2. STIL-WRAPPER F\u00dcR DEN KLICK-TRIGGER *\/\n        .heading-wrapper {\n            display: block; \n            text-decoration: none; \n            max-width: 600px; \/* Begrenzung f\u00fcr bessere Desktop-Ansicht *\/\n            \/* WICHTIG: Die Zentrierung durch margin: auto; ist sofort aktiv *\/\n            margin: 40px auto; \n            cursor: default; \/* Cursor ist jetzt der Standardpfeil (kein Klick-Signal mehr) *\/\n            position: relative; \n            \/* Muss sichtbar sein, da kein JS mehr f\u00fcr die Opazit\u00e4t zust\u00e4ndig ist *\/\n            opacity: 1; \n        }\n\n        \/* Hover-Effekt funktioniert weiterhin, aber der Cursor \u00e4ndert sich nicht *\/\n        .heading-wrapper:hover {\n             cursor: pointer; \/* Cursor \u00e4ndert sich nur beim Hovern, um den Effekt zu betonen *\/\n        }\n        \n        \/* 3. INNERE BOX (DAS K\u00c4RTCHEN) *\/\n        .heading-container {\n            \/* Hintergrundfarbe ist STANDARDM\u00c4SSIG WEISS *\/\n            background-color: white; \n            border-radius: 1rem;\n            border: 2px solid #000;\n            \n            \/* Initialer Schatten *\/\n            box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.05);\n            padding: 1.5rem 2.5rem;\n            width: 100%; \n            \n            position: relative; \n            \n            \/* Sanfter \u00dcbergang f\u00fcr Hover-Effekt und Hintergrundfarbe *\/\n            transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out;\n        }\n        \n        \/* HOVER-Zustand f\u00fcr das K\u00e4rtchen *\/\n        .heading-wrapper:hover .heading-container {\n            \/* HINTERGRUNDFARBE WIRD HIER AUF BLAU GESETZT *\/\n            background-color: #E6F0FF; \n            transform: translateY(-5px); \/* Hebt die Box leicht an *\/\n            \/* St\u00e4rkerer Schatten beim Hovern *\/\n            box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2), 0 6px 10px -2px rgba(0, 0, 0, 0.1); \n        }\n        \n        \/* TEXT STYLING WIRD F\u00dcR HAUPT\u00dcBERSCHRIFT UND POP-UP VERWENDET *\/\n        .modern-heading { \n            text-align: center; \n            \/* ANGEPASST, um auf 600px in einer Zeile zu bleiben *\/\n            font-size: clamp(2.0rem, 5vw, 3.5rem); \n            font-weight: 900; \n            line-height: 1.2; \n            padding: 10px 0 0; \n            margin: 0 auto; \n            white-space: nowrap; \n            overflow: hidden; \n            text-overflow: ellipsis; \n        }\n        .sub-headline { \n            text-align: center; \n            font-size: clamp(1.2rem, 3vw, 2.0rem); \n            font-weight: 700; \n            color: #333; \n            line-height: 1.2; \n            padding: 0 0 10px; \n            margin: 0 auto; \n        }\n        .gradient-word {\n            background-image: linear-gradient(45deg, #003f7a, #003366);\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            font-weight: 900;\n            \/* Leichter Schatten, damit es zum Bild passt *\/\n            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); \n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- WICHTIGER HINWEIS: Dies ist der einzige ben\u00f6tigte Block. F\u00fcr jede weitere \u00dcberschrift in WordPress muss dieser Block kopiert und der Text angepasst werden. -->\n<div class=\"heading-wrapper\">\n    <div class=\"heading-container\">\n        \n        <!-- TEXTZEILE 1: MARKANTESTE BOTSCHAFT (MIT BLAUEM GRADIENT) -->\n        <h2 class=\"modern-heading gradient-word\"><span class=\"ez-toc-section\" id=\"Effiziente-Rohrleitungsplanung\"><\/span>\n            Efficient pipeline planning\n        <span class=\"ez-toc-section-end\"><\/span><\/h2>\n        \n        <!-- TEXTZEILE 2: DETAILLIERTE BESCHREIBUNG (SCHWARZ) -->\n        <h3 class=\"sub-headline\">\n            \n        <\/h3>\n        \n    <\/div>\n<\/div>\n\n\n<!-- Das JavaScript zur Scroll-Animation wurde entfernt, um Konflikte in der WordPress-Vorschau zu vermeiden. -->\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:11px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:23px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\"  style=\"display: block; margin: 0px auto;\"  id=\"_ytid_62807\"  width=\"720\" height=\"405\"  data-origwidth=\"720\" data-origheight=\"405\" src=\"https:\/\/www.youtube.com\/embed\/OecgdeURaIc?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=1&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;hl=en_US&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;\" class=\"__youtube_prefs__  epyt-is-override  no-lazyload\" title=\"YouTube player\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In this video we introduce another efficient way to create a pipeline in HiCAD. We use the command <strong>\u201cCreate leading edge train via end points\u201d<\/strong>to have the routing of the line between two defined points - in this case between a pump and a container - automatically generated.<\/p>\n\n\n\n<p>A special feature: HiCAD automatically suggests several <strong>alternative cable routes<\/strong> from which the optimal variant can be selected. This allows you to plan the pipe route efficiently with just a few clicks. If adjustments are necessary, the command allows <strong>\u201cDynamic course change\u201d<\/strong> intuitive drag-and-drop editing.<\/p>\n\n\n\n<p>After the routing has been set, the routing is automatic <strong>Assignment with components<\/strong>. Flanges, elbows, pipes and seals are inserted according to the selected pipe class. In this example there is also one <strong>reduction<\/strong> used because the nominal connection width differs from the selected pipe diameter.<\/p>\n\n\n\n<p>In addition, the video shows how <strong>other components, such as pipe holders<\/strong>, can be integrated into the system - an essential step for realistic and functional planning.<\/p>\n\n\n\n<p>This video is ideal for anyone who wants to work even more efficiently with HiCAD and is looking for practical solutions for pipeline planning! \ud83d\ude80<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\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>HiCAD \u00dcberschrift<\/title>\n    <!-- Die Styles sind in sich abgeschlossen und ben\u00f6tigen keine externen Ressourcen -->\n    <style>\n        \/* 1. SCHRIFTART (VERDANA F\u00dcR KONSISTENZ MIT WORDPRESS) *\/\n        .heading-wrapper, .heading-container {\n            font-family: Verdana, Geneva, Tahoma, sans-serif;\n        }\n\n        \/* 2. STIL-WRAPPER F\u00dcR DEN KLICK-TRIGGER *\/\n        .heading-wrapper {\n            display: block; \n            text-decoration: none; \n            max-width: 600px; \/* Begrenzung f\u00fcr bessere Desktop-Ansicht *\/\n            \/* WICHTIG: Die Zentrierung durch margin: auto; ist sofort aktiv *\/\n            margin: 40px auto; \n            cursor: default; \/* Cursor ist jetzt der Standardpfeil (kein Klick-Signal mehr) *\/\n            position: relative; \n            \/* Muss sichtbar sein, da kein JS mehr f\u00fcr die Opazit\u00e4t zust\u00e4ndig ist *\/\n            opacity: 1; \n        }\n\n        \/* Hover-Effekt funktioniert weiterhin, aber der Cursor \u00e4ndert sich nicht *\/\n        .heading-wrapper:hover {\n             cursor: pointer; \/* Cursor \u00e4ndert sich nur beim Hovern, um den Effekt zu betonen *\/\n        }\n        \n        \/* 3. INNERE BOX (DAS K\u00c4RTCHEN) *\/\n        .heading-container {\n            \/* Hintergrundfarbe ist STANDARDM\u00c4SSIG WEISS *\/\n            background-color: white; \n            border-radius: 1rem;\n            border: 2px solid #000;\n            \n            \/* Initialer Schatten *\/\n            box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.05);\n            padding: 1.5rem 2.5rem;\n            width: 100%; \n            \n            position: relative; \n            \n            \/* Sanfter \u00dcbergang f\u00fcr Hover-Effekt und Hintergrundfarbe *\/\n            transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out;\n        }\n        \n        \/* HOVER-Zustand f\u00fcr das K\u00e4rtchen *\/\n        .heading-wrapper:hover .heading-container {\n            \/* HINTERGRUNDFARBE WIRD HIER AUF BLAU GESETZT *\/\n            background-color: #E6F0FF; \n            transform: translateY(-5px); \/* Hebt die Box leicht an *\/\n            \/* St\u00e4rkerer Schatten beim Hovern *\/\n            box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2), 0 6px 10px -2px rgba(0, 0, 0, 0.1); \n        }\n        \n        \/* TEXT STYLING WIRD F\u00dcR HAUPT\u00dcBERSCHRIFT UND POP-UP VERWENDET *\/\n        .modern-heading { \n            text-align: center; \n            \/* ANGEPASST, um auf 600px in einer Zeile zu bleiben *\/\n            font-size: clamp(2.0rem, 5vw, 3.5rem); \n            font-weight: 900; \n            line-height: 1.2; \n            padding: 10px 0 0; \n            margin: 0 auto; \n            white-space: nowrap; \n            overflow: hidden; \n            text-overflow: ellipsis; \n        }\n        .sub-headline { \n            text-align: center; \n            font-size: clamp(1.2rem, 3vw, 2.0rem); \n            font-weight: 700; \n            color: #333; \n            line-height: 1.2; \n            padding: 0 0 10px; \n            margin: 0 auto; \n        }\n        .gradient-word {\n            background-image: linear-gradient(45deg, #003f7a, #003366);\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            font-weight: 900;\n            \/* Leichter Schatten, damit es zum Bild passt *\/\n            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); \n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- WICHTIGER HINWEIS: Dies ist der einzige ben\u00f6tigte Block. F\u00fcr jede weitere \u00dcberschrift in WordPress muss dieser Block kopiert und der Text angepasst werden. -->\n<div class=\"heading-wrapper\">\n    <div class=\"heading-container\">\n        \n        <!-- TEXTZEILE 1: MARKANTESTE BOTSCHAFT (MIT BLAUEM GRADIENT) -->\n        <h2 class=\"modern-heading gradient-word\"><span class=\"ez-toc-section\" id=\"Armaturen-und-Flanschverschraubung\"><\/span>\n            Armaturen und Flanschverschraubung\n        <span class=\"ez-toc-section-end\"><\/span><\/h2>\n        \n        <!-- TEXTZEILE 2: DETAILLIERTE BESCHREIBUNG (SCHWARZ) -->\n        <h3 class=\"sub-headline\">\n            \n        <\/h3>\n        \n    <\/div>\n<\/div>\n\n\n<!-- Das JavaScript zur Scroll-Animation wurde entfernt, um Konflikte in der WordPress-Vorschau zu vermeiden. -->\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:17px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\"  style=\"display: block; margin: 0px auto;\"  id=\"_ytid_81954\"  width=\"720\" height=\"405\"  data-origwidth=\"720\" data-origheight=\"405\" src=\"https:\/\/www.youtube.com\/embed\/_J9TShOXU5g?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=1&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;hl=en_US&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;\" class=\"__youtube_prefs__  epyt-is-override  no-lazyload\" title=\"YouTube player\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In this video we introduce another efficient way to create a pipeline in HiCAD. We use the command <strong>\u201cCreate leading edge train via end points\u201d<\/strong>to have the routing of the line between two defined points - in this case between a pump and a container - automatically generated.<\/p>\n\n\n\n<p>A special feature: HiCAD automatically suggests several <strong>alternative cable routes<\/strong> from which the optimal variant can be selected. This allows you to plan the pipe route efficiently with just a few clicks. If adjustments are necessary, the command allows <strong>\u201cDynamic course change\u201d<\/strong> intuitive drag-and-drop editing.<\/p>\n\n\n\n<p>After the routing has been set, the routing is automatic <strong>Assignment with components<\/strong>. Flanges, elbows, pipes and seals are inserted according to the selected pipe class. In this example there is also one <strong>reduction<\/strong> used because the nominal connection width differs from the selected pipe diameter.<\/p>\n\n\n\n<p>In addition, the video shows how <strong>other components, such as pipe holders<\/strong>, can be integrated into the system - an essential step for realistic and functional planning.<\/p>\n\n\n\n<p>This video is ideal for anyone who wants to work even more efficiently with HiCAD and is looking for practical solutions for pipeline planning! \ud83d\ude80<\/p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\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>HiCAD \u00dcberschrift<\/title>\n    <!-- Die Styles sind in sich abgeschlossen und ben\u00f6tigen keine externen Ressourcen -->\n    <style>\n        \/* 1. SCHRIFTART (VERDANA F\u00dcR KONSISTENZ MIT WORDPRESS) *\/\n        .heading-wrapper, .heading-container {\n            font-family: Verdana, Geneva, Tahoma, sans-serif;\n        }\n\n        \/* 2. STIL-WRAPPER F\u00dcR DEN KLICK-TRIGGER *\/\n        .heading-wrapper {\n            display: block; \n            text-decoration: none; \n            max-width: 600px; \/* Begrenzung f\u00fcr bessere Desktop-Ansicht *\/\n            \/* WICHTIG: Die Zentrierung durch margin: auto; ist sofort aktiv *\/\n            margin: 40px auto; \n            cursor: default; \/* Cursor ist jetzt der Standardpfeil (kein Klick-Signal mehr) *\/\n            position: relative; \n            \/* Muss sichtbar sein, da kein JS mehr f\u00fcr die Opazit\u00e4t zust\u00e4ndig ist *\/\n            opacity: 1; \n        }\n\n        \/* Hover-Effekt funktioniert weiterhin, aber der Cursor \u00e4ndert sich nicht *\/\n        .heading-wrapper:hover {\n             cursor: pointer; \/* Cursor \u00e4ndert sich nur beim Hovern, um den Effekt zu betonen *\/\n        }\n        \n        \/* 3. INNERE BOX (DAS K\u00c4RTCHEN) *\/\n        .heading-container {\n            \/* Hintergrundfarbe ist STANDARDM\u00c4SSIG WEISS *\/\n            background-color: white; \n            border-radius: 1rem;\n            border: 2px solid #000;\n            \n            \/* Initialer Schatten *\/\n            box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.05);\n            padding: 1.5rem 2.5rem;\n            width: 100%; \n            \n            position: relative; \n            \n            \/* Sanfter \u00dcbergang f\u00fcr Hover-Effekt und Hintergrundfarbe *\/\n            transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out;\n        }\n        \n        \/* HOVER-Zustand f\u00fcr das K\u00e4rtchen *\/\n        .heading-wrapper:hover .heading-container {\n            \/* HINTERGRUNDFARBE WIRD HIER AUF BLAU GESETZT *\/\n            background-color: #E6F0FF; \n            transform: translateY(-5px); \/* Hebt die Box leicht an *\/\n            \/* St\u00e4rkerer Schatten beim Hovern *\/\n            box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2), 0 6px 10px -2px rgba(0, 0, 0, 0.1); \n        }\n        \n        \/* TEXT STYLING WIRD F\u00dcR HAUPT\u00dcBERSCHRIFT UND POP-UP VERWENDET *\/\n        .modern-heading { \n            text-align: center; \n            \/* ANGEPASST, um auf 600px in einer Zeile zu bleiben *\/\n            font-size: clamp(2.0rem, 5vw, 3.5rem); \n            font-weight: 900; \n            line-height: 1.2; \n            padding: 10px 0 0; \n            margin: 0 auto; \n            white-space: nowrap; \n            overflow: hidden; \n            text-overflow: ellipsis; \n        }\n        .sub-headline { \n            text-align: center; \n            font-size: clamp(1.2rem, 3vw, 2.0rem); \n            font-weight: 700; \n            color: #333; \n            line-height: 1.2; \n            padding: 0 0 10px; \n            margin: 0 auto; \n        }\n        .gradient-word {\n            background-image: linear-gradient(45deg, #003f7a, #003366);\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            font-weight: 900;\n            \/* Leichter Schatten, damit es zum Bild passt *\/\n            text-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); \n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- WICHTIGER HINWEIS: Dies ist der einzige ben\u00f6tigte Block. F\u00fcr jede weitere \u00dcberschrift in WordPress muss dieser Block kopiert und der Text angepasst werden. -->\n<div class=\"heading-wrapper\">\n    <div class=\"heading-container\">\n        \n        <!-- TEXTZEILE 1: MARKANTESTE BOTSCHAFT (MIT BLAUEM GRADIENT) -->\n        <h2 class=\"modern-heading gradient-word\"><span class=\"ez-toc-section\" id=\"Isometrie-und-Isolierung\"><\/span>\n            Isometrics and insulation\n        <span class=\"ez-toc-section-end\"><\/span><\/h2>\n        \n        <!-- TEXTZEILE 2: DETAILLIERTE BESCHREIBUNG (SCHWARZ) -->\n        <h3 class=\"sub-headline\">\n            \n        <\/h3>\n        \n    <\/div>\n<\/div>\n\n\n<!-- Das JavaScript zur Scroll-Animation wurde entfernt, um Konflikte in der WordPress-Vorschau zu vermeiden. -->\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\"  style=\"display: block; margin: 0px auto;\"  id=\"_ytid_56513\"  width=\"720\" height=\"405\"  data-origwidth=\"720\" data-origheight=\"405\" src=\"https:\/\/www.youtube.com\/embed\/khKWUl-mQFM?enablejsapi=1&#038;autoplay=0&#038;cc_load_policy=0&#038;cc_lang_pref=&#038;iv_load_policy=1&#038;loop=0&#038;rel=1&#038;fs=1&#038;playsinline=0&#038;autohide=2&#038;hl=en_US&#038;theme=dark&#038;color=red&#038;controls=1&#038;disablekb=0&#038;\" class=\"__youtube_prefs__  epyt-is-override  no-lazyload\" title=\"YouTube player\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<div style=\"height:13px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In this video we dive deeper into that <strong>advanced functions<\/strong> from HiCAD for plant engineering. In addition to the classic pipeline planning, this time it's about <strong>Insulation, isometric views and pipe plans<\/strong> \u2013 essential tools for detailed and professional system design.<\/p>\n\n\n\n<p>First it is shown how one <strong>insulation<\/strong> is applied to a pipeline. With the command <strong>\u201cInstall leading edge cable insulation\u201d<\/strong> Different insulation thicknesses can be selected, the display can be adjusted and isometric symbols can be assigned. In addition, certain components \u2013 such as flanges or fittings \u2013 can be specifically excluded from the insulation.<\/p>\n\n\n\n<p>The next step is this <strong>isometric illustration<\/strong> the pipeline. This makes it easier to document and pass on planning data by: <strong>symbolic representation with dimensions, labels and parts lists<\/strong> is created. The function is particularly useful <strong>automatic division of the isometry<\/strong> on several sheets \u2013 ideal for larger pipe systems.<\/p>\n\n\n\n<p>At the end the <strong>Pipe plan<\/strong> treated, another important document for manufacturing. He provides the <strong>Spools<\/strong> (pipeline sections) with detailed <strong>Views, dimensions and labels<\/strong> so that prefabrication in the workshop can be carried out without any problems.<\/p>\n\n\n\n<p>This video is a must for anyone who wants their <strong>Pipe planning with HiCAD to the next level<\/strong> want to lift! \ud83d\ude80<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>","protected":false},"excerpt":{"rendered":"<p>HiCAD \u00dcberschrift Einf\u00fchrung in den Anlagenbau In dieser ersten Folge unserer neuen HiCAD-Videoreihe zum Anlagenbau und zur Rohrleitungsplanung tauchen wir in die grundlegenden Funktionen f\u00fcr das Erstellen von Rohrleitungen ein. Schritt f\u00fcr Schritt wird gezeigt, wie eine Rohrleitung angelegt, spezifiziert und mit passenden Bauteilen belegt wird. Zun\u00e4chst lernen Sie den Befehl \u201eRohrleitung anlegen\u201c kennen, mit [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"pmpro_default_level":"","footnotes":""},"class_list":["post-3681","page","type-page","status-publish","hentry","pmpro-has-access","post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Anlagenbau - hicad-help.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hicad-help.com\/en\/anlagenbau\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Anlagenbau - hicad-help.com\" \/>\n<meta property=\"og:description\" content=\"HiCAD \u00dcberschrift Einf\u00fchrung in den Anlagenbau In dieser ersten Folge unserer neuen HiCAD-Videoreihe zum Anlagenbau und zur Rohrleitungsplanung tauchen wir in die grundlegenden Funktionen f\u00fcr das Erstellen von Rohrleitungen ein. Schritt f\u00fcr Schritt wird gezeigt, wie eine Rohrleitung angelegt, spezifiziert und mit passenden Bauteilen belegt wird. Zun\u00e4chst lernen Sie den Befehl \u201eRohrleitung anlegen\u201c kennen, mit [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hicad-help.com\/en\/anlagenbau\/\" \/>\n<meta property=\"og:site_name\" content=\"hicad-help.com\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-07T18:53:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/anlagenbau\\\/\",\"url\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/anlagenbau\\\/\",\"name\":\"Anlagenbau - hicad-help.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/#website\"},\"datePublished\":\"2024-08-01T11:15:23+00:00\",\"dateModified\":\"2025-10-07T18:53:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/anlagenbau\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/anlagenbau\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/anlagenbau\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Anlagenbau\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/#website\",\"url\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/\",\"name\":\"hicad-help.com\",\"description\":\"Hilfeseite f\u00fcr HiCAD\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hicad-help.com\\\/de_de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Anlagenbau - hicad-help.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hicad-help.com\/en\/anlagenbau\/","og_locale":"en_US","og_type":"article","og_title":"Anlagenbau - hicad-help.com","og_description":"HiCAD \u00dcberschrift Einf\u00fchrung in den Anlagenbau In dieser ersten Folge unserer neuen HiCAD-Videoreihe zum Anlagenbau und zur Rohrleitungsplanung tauchen wir in die grundlegenden Funktionen f\u00fcr das Erstellen von Rohrleitungen ein. Schritt f\u00fcr Schritt wird gezeigt, wie eine Rohrleitung angelegt, spezifiziert und mit passenden Bauteilen belegt wird. Zun\u00e4chst lernen Sie den Befehl \u201eRohrleitung anlegen\u201c kennen, mit [&hellip;]","og_url":"https:\/\/hicad-help.com\/en\/anlagenbau\/","og_site_name":"hicad-help.com","article_modified_time":"2025-10-07T18:53:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hicad-help.com\/de_de\/anlagenbau\/","url":"https:\/\/hicad-help.com\/de_de\/anlagenbau\/","name":"Anlagenbau - hicad-help.com","isPartOf":{"@id":"https:\/\/hicad-help.com\/de_de\/#website"},"datePublished":"2024-08-01T11:15:23+00:00","dateModified":"2025-10-07T18:53:10+00:00","breadcrumb":{"@id":"https:\/\/hicad-help.com\/de_de\/anlagenbau\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hicad-help.com\/de_de\/anlagenbau\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hicad-help.com\/de_de\/anlagenbau\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/hicad-help.com\/de_de\/"},{"@type":"ListItem","position":2,"name":"Anlagenbau"}]},{"@type":"WebSite","@id":"https:\/\/hicad-help.com\/de_de\/#website","url":"https:\/\/hicad-help.com\/de_de\/","name":"hicad-help.com","description":"Help page for HiCAD","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hicad-help.com\/de_de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/pages\/3681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/comments?post=3681"}],"version-history":[{"count":2,"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/pages\/3681\/revisions"}],"predecessor-version":[{"id":3999,"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/pages\/3681\/revisions\/3999"}],"wp:attachment":[{"href":"https:\/\/hicad-help.com\/en\/wp-json\/wp\/v2\/media?parent=3681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}