{"id":65276,"date":"2024-04-08T06:00:00","date_gmt":"2024-04-08T13:00:00","guid":{"rendered":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?p=65276"},"modified":"2025-08-07T07:55:36","modified_gmt":"2025-08-07T14:55:36","slug":"what-is-design-rule-checking-drc","status":"publish","type":"post","link":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/","title":{"rendered":"What is Design Rule Checking in PCB Design?"},"content":{"rendered":"\n<p><em>Explore the importance of Design Rule Checking (DRC) in PCB design and how Autodesk Fusion enhances the process.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3-1024x576.jpg\" alt=\"Design Rule Checking DRC in Autodesk Fusion\" class=\"wp-image-67049\" srcset=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3-1024x576.jpg 1024w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3-300x169.jpg 300w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3-768x432.jpg 768w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3-1536x864.jpg 1536w, https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>When designing a product, it&#8217;s necessary to ensure that the design has no flaws before sending it to manufacturing. Whether you\u2019re verifying that a component is manufacturable, or <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/design-for-manufacturing-dfm-importance\/\">optimizing a design for the highest quality in manufacturability<\/a>, design rule checks are a pivotal part of product design. In the realm of PCB fabrication, there are especially notable limitations to be aware of and check before moving on to the next stage of development. Let\u2019s learn more about design rule checking (DRC) and explore how Autodesk Fusion can help facilitate the DRC process.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-design-rule-checking-drc\"><strong>What is design rule checking (DRC)?<\/strong><\/h2>\n\n\n<p>Design Rule Checking (DRC) is a process that verifies a PCB design against a set of established criteria and manufacturing standards. DRC checks critical parameters such as spacing between components, trace widths, and hole sizes to ensure they meet the manufacturing and material capabilities. By catching potential issues early, DRC helps prevent costly production errors and delays, promoting a smoother transition from design to finished PCB.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"common-design-rule-checks\">Common design rule checks<\/h2>\n\n\n<p>While DRC generally refers to PCB design, product design can also encounter some common design rule checks. These include:\u00a0<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Dimensional accuracy: <\/strong>This involves ensuring that all dimensions of a design are accurate and within the tolerable limits for manufacturing. In the aerospace industry, for instance, the dimensional accuracy of components like turbine blades is crucial, as even minor deviations can lead to performance issues or safety hazards.<\/li>\n\n\n\n<li><strong>Material compatibility:<\/strong> DRC also checks for the compatibility of selected materials with the intended manufacturing processes and product usage. For example, in the automotive industry, selecting the appropriate material for engine components is critical for withstanding high temperatures and pressures.<\/li>\n\n\n\n<li><strong>Tolerance analysis: <\/strong>Tolerances indicate the allowable variations in dimensions. In precision engineering, such as in the manufacture of medical devices, tight tolerances are essential to ensure the functionality and reliability of products like surgical instruments.<\/li>\n\n\n\n<li><strong>Electrical rules for PCB design<\/strong>: In electronics manufacturing, DRC includes checking the spacing between circuit elements, <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/trace-width\/\">trace width<\/a>, and hole sizes in PCB design. In high-speed electronics, precise electrical rules must be adhered to for the system to function correctly.<\/li>\n<\/ul>\n\n\n\n<?php\nfunction autodesk_fusion_cta_horizontal() {\n    ob_start();\n    ?>\n    <style>\n        .cta-section-horizontal {\n            background: #ddd; \/* Much lighter grey background *\/\n            padding: 12px; \/* Adjusted padding *\/\n            border-radius: 8px;\n            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);\n            color: #333; \/* Darker text color for better readability *\/\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            max-width: 650px; \/* Width adjusted for a more compact look *\/\n            margin: 20px auto;\n            position: relative;\n            flex-wrap: nowrap; \/* Prevent wrapping *\/\n        }\n\n        .cta-section-horizontal img {\n            width: 60px; \/* Slightly larger logo *\/\n            height: auto; \/* Maintain aspect ratio *\/\n            margin-right: 12px; \/* Adjusted spacing *\/\n            background-color: #ddd; \/* Match the background color *\/\n            padding: 6px; \/* Adjusted padding *\/\n            border-radius: 8px; \/* Slightly rounding to match container *\/\n            box-shadow: 0 0 0 4px #ddd; \/* Blend with background *\/\n        }\n\n        .cta-text {\n            flex: 1;\n            margin-right: 12px; \/* Adjusted spacing *\/\n        }\n\n        .cta-title {\n            font-size: 18px; \/* Slightly larger title font size *\/\n            font-weight: bold; \/* Bold title *\/\n            color: #f9a825; \/* Orange color *\/\n            margin-bottom: 4px; \/* Reduced margin *\/\n        }\n\n        .cta-info {\n            display: none; \/* Hide description *\/\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 8px; \/* Adjusted button spacing *\/\n            align-items: center;\n        }\n\n        .cta-button {\n            padding: 8px 12px; \/* Button padding *\/\n            font-size: 12px; \/* Smaller font size for buttons *\/\n            font-weight: bold;\n            text-transform: uppercase;\n            border-radius: 4px; \/* Slightly rounded corners *\/\n            border: 2px solid transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: inline-flex; \/* Use inline-flex to ensure proper alignment *\/\n            align-items: center; \/* Center align text vertically *\/\n            justify-content: center; \/* Center align text horizontally *\/\n            text-decoration: none !important; \/* Ensure no underlines with !important *\/\n            color: inherit; \/* Use the button's text color *\/\n        }\n\n        .cta-button.white-button {\n            background-color: #fff;\n            color: #333;\n            border: 2px solid #ddd;\n        }\n\n        .cta-button.white-button:hover {\n            background-color: #333;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button {\n            background-color: #f9a825;\n            color: #fff;\n            border: 2px solid #f9a825;\n        }\n\n        .cta-button.black-button:hover {\n            background-color: #fff;\n            color: #f9a825;\n            border: 2px solid #fff;\n        }\n    <\/style>\n\n    <div class=\"cta-section-horizontal\">\n        <img decoding=\"async\" src=\"https:\/\/autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/09\/autodesk-fusion-product-icon-400.png\" alt=\"Autodesk Fusion Logo\">\n        <div class=\"cta-text\">\n            <h1 class=\"cta-title\">Elevate your design and manufacturing processes with Autodesk Fusion<\/h1>\n        <\/div>\n        <div class=\"cta-buttons\">\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/trial-intake-flow\" class=\"cta-button white-button\">Get a 30-Day Free Trial<\/a>\n            <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/extensions\" class=\"cta-button black-button\">See Plans and Pricing<\/a>\n        <\/div>\n    <\/div>\n\n    <?php\n    return ob_get_clean();\n}\nadd_shortcode('autodesk_fusion_cta_horizontal', 'autodesk_fusion_cta_horizontal');\n?>\n\n\n<h2 class=\"wp-block-heading\" id=\"autodesk-fusion-and-drc\">Autodesk <strong>Fusion and DRC<\/strong><\/h2>\n\n\n<p>A Design Rule Check allows you to establish a set of boundaries for trace widths, component spacing, via diameters, etc. <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/overview?term=1-YEAR&amp;tab=subscription\">Autodesk Fusion<\/a> offers comprehensive support for all of these areas and, during a DRC, will flag any concerns. <\/p>\n\n\n\n<p>Fusion&#8217;s built-in rule checkers play a pivotal role in comparing design elements against sets of constraints. This feature aids designers in making decisions that are both cost-effective and manufacturable, ensuring that the final product can be produced efficiently and meet market demands. <\/p>\n\n\n\n<p><a href=\"https:\/\/help.autodesk.com\/view\/fusion360\/ENU\/?guid=ECD-DRC-DO\" target=\"_blank\" rel=\"noreferrer noopener\">Learn how to run a DRC in Autodesk Fusion here.<\/a><\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"ensuring-top-product-quality\"><strong>Ensuring top product quality<\/strong><\/h2>\n\n\n<p>By ensuring that designs adhere to the manufacturer&#8217;s capabilities, DRC helps designers create better-quality products with higher yields and a lower chance of failure. With a slew of advanced features to assist the DRC process, Autodesk Fusion is a leading tool for all product design needs. As products continue to become more advanced and complex, DRC features, like those in Fusion, will be necessary for maintaining product quality and reliability.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Explore the importance of Design Rule Checking (DRC) in PCB design and how Autodesk Fusion enhances the process.<\/p>\n","protected":false},"author":5267,"featured_media":67049,"menu_order":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[359],"tags":[207,206],"coauthors":[583],"class_list":["post-65276","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-electronics-engineering","tag-electronics","tag-pcb","dhig-theme--light"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is Design Rule Checking in PCB Design? - Fusion Blog<\/title>\n<meta name=\"description\" content=\"Explore the importance of Design Rule Checking (DRC) in manufacturing and how Autodesk Fusion 360 enhances the process.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Design Rule Checking in PCB Design? - Fusion Blog\" \/>\n<meta property=\"og:description\" content=\"Explore the importance of Design Rule Checking (DRC) in manufacturing and how Autodesk Fusion 360 enhances the process.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/\" \/>\n<meta property=\"og:site_name\" content=\"Fusion Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-08T13:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-07T14:55:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Selin Cinemre\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Selin Cinemre\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Design Rule Checking in PCB Design? - Fusion Blog","description":"Explore the importance of Design Rule Checking (DRC) in manufacturing and how Autodesk Fusion 360 enhances the process.","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:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/","og_locale":"en_US","og_type":"article","og_title":"What is Design Rule Checking in PCB Design? - Fusion Blog","og_description":"Explore the importance of Design Rule Checking (DRC) in manufacturing and how Autodesk Fusion 360 enhances the process.","og_url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/","og_site_name":"Fusion Blog","article_published_time":"2024-04-08T13:00:00+00:00","article_modified_time":"2025-08-07T14:55:36+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3.jpg","type":"image\/jpeg"}],"author":"Selin Cinemre","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Selin Cinemre","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#article","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/"},"author":{"name":"Selin Cinemre","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/5fe3a3b5c3c494145263fafb5d0bdf35"},"headline":"What is Design Rule Checking in PCB Design?","datePublished":"2024-04-08T13:00:00+00:00","dateModified":"2025-08-07T14:55:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/"},"wordCount":550,"commentCount":0,"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3.jpg","keywords":["Electronics","PCB"],"articleSection":["Electronics Engineering"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/","name":"What is Design Rule Checking in PCB Design? - Fusion Blog","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#primaryimage"},"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3.jpg","datePublished":"2024-04-08T13:00:00+00:00","dateModified":"2025-08-07T14:55:36+00:00","author":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/5fe3a3b5c3c494145263fafb5d0bdf35"},"description":"Explore the importance of Design Rule Checking (DRC) in manufacturing and how Autodesk Fusion 360 enhances the process.","breadcrumb":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#primaryimage","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/04\/DRC_Check3.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/what-is-design-rule-checking-drc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Design Rule Checking in PCB Design?"}]},{"@type":"WebSite","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/","name":"Fusion Blog","description":"Product updates, tips, tutorials and community news.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/5fe3a3b5c3c494145263fafb5d0bdf35","name":"Selin Cinemre","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Selin-150x150.jpgc6c04960494ecd3d6f4ac1324443ef32","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Selin-150x150.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2024\/01\/Selin-150x150.jpg","caption":"Selin Cinemre"},"url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/author\/selin-cinemre\/"}]}},"_links":{"self":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/65276","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/users\/5267"}],"replies":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/comments?post=65276"}],"version-history":[{"count":0,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/65276\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media\/67049"}],"wp:attachment":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media?parent=65276"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/categories?post=65276"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/tags?post=65276"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/coauthors?post=65276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}