{"id":79249,"date":"2025-10-01T08:11:00","date_gmt":"2025-10-01T15:11:00","guid":{"rendered":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/?p=79249"},"modified":"2025-12-10T12:08:37","modified_gmt":"2025-12-10T20:08:37","slug":"dimensions-in-sketches-fusion","status":"publish","type":"post","link":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/","title":{"rendered":"How to Create Dimensions in Sketches in Fusion"},"content":{"rendered":"\n<p><em>Creating precise dimensions in sketches in <a href=\"https:\/\/www.autodesk.com\/products\/fusion-360\/overview\">Fusion<\/a> is fundamental to building accurate and parametric 3D models. This guide will give you a complete walkthrough of dimensioning in Fusion sketches.<\/em><\/p>\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=\"what-is-sketch-dimensioning-in-fusion-360\">Dimensions in sketches in Fusion<\/h2>\n\n\n<p>Dimensioning is the process of defining the size and position of sketch geometry, including lines, points, arcs, and circles using numerical values. This makes your designs <strong>parametric<\/strong>, meaning you can edit dimensions anytime to adapt your model dynamically.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"672\" height=\"414\" src=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/dimensions.gif\" alt=\"Dimensions in sketches in Fusion\" class=\"wp-image-79250\"\/><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-activate-the-sketch-dimension-tool\">How to activate the sketch dimension tool<\/h2>\n\n\n<ul class=\"wp-block-list\">\n<li>Open or create a new sketch in Fusion.<\/li>\n\n\n\n<li>From the sketch toolbar, go to <strong>Create &gt; Sketch Dimension<\/strong>.<\/li>\n\n\n\n<li>Keyboard shortcut: Press the letter <strong>D<\/strong> on your keyboard to activate the dimension tool immediately.<\/li>\n\n\n\n<li>Alternatively, right-click in the sketch area and select <strong>Sketch Dimension<\/strong> from the menu.<\/li>\n<\/ul>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-by-step-adding-dimensions\">Adding dimensions in sketches in Fusion<\/h2>\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Select geometry<\/strong>: Click on the sketch entity (line, arc, circle, point) you want to dimension.<\/li>\n\n\n\n<li><strong>Place the dimension<\/strong>: Move your mouse to position the dimension text and click again to place it.<\/li>\n\n\n\n<li><strong>Input dimension value<\/strong>: mEnter the desired numerical value and press <strong>Enter<\/strong>. The sketch updates accordingly.<\/li>\n\n\n\n<li><strong>Dimension between two points or entities<\/strong>\n<ul class=\"wp-block-list\">\n<li>Click on the first point or edge.<\/li>\n\n\n\n<li>Click on the second point or edge.<\/li>\n\n\n\n<li>Drag the dimension line to the preferred orientation (horizontal, vertical, angled).<\/li>\n\n\n\n<li>Click to place and input the value.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n<h2 class=\"wp-block-heading\" id=\"types-of-dimensions-you-can-create\">Types of dimensions in sketches in Fusion you can create<\/h2>\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/www.sciencedirect.com\/topics\/engineering\/linear-dimension\">Linear dimensions<\/a>:<\/strong> Distance between two points or length of a line.<\/li>\n\n\n\n<li><strong>Angular dimensions:<\/strong> Angle between two intersecting lines.<\/li>\n\n\n\n<li><strong>Radius\/Diameter:<\/strong> For arcs and circles; right-click dimensions to toggle between radius and diameter.<\/li>\n\n\n\n<li><strong>Driven dimensions:<\/strong> Reference-only dimensions that do not drive geometry changes but update dynamically.<\/li>\n<\/ul>\n\n\n<h2 class=\"wp-block-heading\" id=\"tips-and-tricks-for-effective-dimensioning\">Tips and tricks for effective dimensioning<\/h2>\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Constraints first:<\/strong> Apply sketch constraints (equal, vertical, horizontal) before dimensioning to minimize the number of necessary dimensions.<\/li>\n\n\n\n<li><strong>Modify dimensions anytime:<\/strong> Double-click any dimension text to change its value.<\/li>\n\n\n\n<li><strong>Hide\/Show dimensions:<\/strong> Use the Sketch palette checkbox to toggle visibility of dimensions for a cleaner workspace.<\/li>\n\n\n\n<li><strong>Use equations in dimensions:<\/strong> Input mathematical expressions directly in the dimension field (e.g., <code>[d1]\/2<\/code> to make a dimension half of another).<\/li>\n\n\n\n<li><strong>User darameters:<\/strong> Link dimensions to user-defined parameters for dynamic and reusable designs.<\/li>\n\n\n\n<li><strong>Rename dimensions:<\/strong> In the parameters dialog, rename dimensions for easier identification and referencing.<\/li>\n<\/ul>\n\n\n<h2 class=\"wp-block-heading\" id=\"common-workflows-using-sketch-dimensions\">Common workflows using sketch dimensions<\/h2>\n\n\n<ul class=\"wp-block-list\">\n<li>Dimensioning lines for precise profiles.<\/li>\n\n\n\n<li>Ensuring symmetry by dimensioning distances equally.<\/li>\n\n\n\n<li>Controlling hole placements by dimensioning center points.<\/li>\n\n\n\n<li>Adjusting arcs and circles with radius or diameter constraints.<\/li>\n\n\n\n<li>Defining angles for chamfers or angular features.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"summary-table-of-key-actions\">Summary table of key actions<\/h2>\n\n<?xml encoding=\"utf-8\" ?><figure class=\"wp-block-table MuiTableContainer-root\"><table class=\"has-fixed-layout MuiTable-root DhigTable--verticalAlignment--top\"><thead class=\" MuiTableHead-root\"><tr class=\" MuiTableRow-root MuiTableRow-head\"><th class=\" MuiTableCell-root MuiTableCell-head\">Action<\/th><th class=\" MuiTableCell-root MuiTableCell-head\">Description<\/th><th class=\" MuiTableCell-root MuiTableCell-head\">Shortcut\/Location<\/th><\/tr><\/thead><tbody><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Activate dimension tool<\/td><td class=\" MuiTableCell-root\">Start dimensioning<\/td><td class=\" MuiTableCell-root\">Press <strong>D<\/strong> \/ Create &gt; Sketch Dimension<\/td><\/tr><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Add dimension to single entity<\/td><td class=\" MuiTableCell-root\">Dimension length, radius, or diameter<\/td><td class=\" MuiTableCell-root\">Click entity, place dimension<\/td><\/tr><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Dimension between two entities<\/td><td class=\" MuiTableCell-root\">Measure and set distance or angle between<\/td><td class=\" MuiTableCell-root\">Click two points, drag for orientation<\/td><\/tr><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Toggle radius\/diameter<\/td><td class=\" MuiTableCell-root\">Switch radius to diameter or vice versa<\/td><td class=\" MuiTableCell-root\">Right-click dimension &gt; Toggle Diameter\/Radius<\/td><\/tr><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Create driven dimension<\/td><td class=\" MuiTableCell-root\">Reference-only dimension<\/td><td class=\" MuiTableCell-root\">Right-click before placing &gt; Choose Driven<\/td><\/tr><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Edit dimension value<\/td><td class=\" MuiTableCell-root\">Change size or position dimension<\/td><td class=\" MuiTableCell-root\">Double-click dimension text<\/td><\/tr><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Show\/hide dimensions<\/td><td class=\" MuiTableCell-root\">Clean workspace by toggling dimension visibility<\/td><td class=\" MuiTableCell-root\">Sketch palette checkbox<\/td><\/tr><tr class=\" MuiTableRow-root\"><td class=\" MuiTableCell-root\">Use equations<\/td><td class=\" MuiTableCell-root\">Enter math expressions in dimension field<\/td><td class=\" MuiTableCell-root\">Type directly in dimension input<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Fully understanding dimensions in Fusion sketches allows you to create <strong>parametrically driven<\/strong>, adaptable designs with accuracy and flexibility. What are you waiting for? Get started today.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Creating precise dimensions in sketches in Fusion is fundamental to building accurate and parametric 3D models. This guide will give you a complete walkthrough of dimensioning in Fusion sketches. Dimensions in sketches in Fusion Dimensioning is the process of defining the size and position of sketch geometry, including lines, points, arcs, and circles using numerical [&hellip;]<\/p>\n","protected":false},"author":957,"featured_media":79250,"menu_order":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[479],"tags":[],"coauthors":[787],"class_list":["post-79249","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product-design-engineering","dhig-theme--light"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Create Dimensions in Sketches in Fusion - Fusion Blog<\/title>\n<meta name=\"description\" content=\"Creating precise dimensions in sketches in Fusion is fundamental to building accurate and parametric 3D models. This guide will give you a complete walkthrough of dimensioning in Fusion sketches.\" \/>\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\/dimensions-in-sketches-fusion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create Dimensions in Sketches in Fusion - Fusion Blog\" \/>\n<meta property=\"og:description\" content=\"Creating precise dimensions in sketches in Fusion is fundamental to building accurate and parametric 3D models. This guide will give you a complete walkthrough of dimensioning in Fusion sketches.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/\" \/>\n<meta property=\"og:site_name\" content=\"Fusion Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-01T15:11:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-10T20:08:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/dimensions.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"672\" \/>\n\t<meta property=\"og:image:height\" content=\"414\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"Jim Byrne\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jim Byrne\" \/>\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":"How to Create Dimensions in Sketches in Fusion - Fusion Blog","description":"Creating precise dimensions in sketches in Fusion is fundamental to building accurate and parametric 3D models. This guide will give you a complete walkthrough of dimensioning in Fusion sketches.","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\/dimensions-in-sketches-fusion\/","og_locale":"en_US","og_type":"article","og_title":"How to Create Dimensions in Sketches in Fusion - Fusion Blog","og_description":"Creating precise dimensions in sketches in Fusion is fundamental to building accurate and parametric 3D models. This guide will give you a complete walkthrough of dimensioning in Fusion sketches.","og_url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/","og_site_name":"Fusion Blog","article_published_time":"2025-10-01T15:11:00+00:00","article_modified_time":"2025-12-10T20:08:37+00:00","og_image":[{"width":672,"height":414,"url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/dimensions.gif","type":"image\/gif"}],"author":"Jim Byrne","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jim Byrne","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/#article","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/"},"author":{"name":"Jim Byrne","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/868b9ef7d888fc724af6384dbae62bc6"},"headline":"How to Create Dimensions in Sketches in Fusion","datePublished":"2025-10-01T15:11:00+00:00","dateModified":"2025-12-10T20:08:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/"},"wordCount":555,"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/dimensions.gif","articleSection":["Product Design &amp; Engineering"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/","name":"How to Create Dimensions in Sketches in Fusion - Fusion Blog","isPartOf":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/#primaryimage"},"image":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/#primaryimage"},"thumbnailUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/dimensions.gif","datePublished":"2025-10-01T15:11:00+00:00","dateModified":"2025-12-10T20:08:37+00:00","author":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/#\/schema\/person\/868b9ef7d888fc724af6384dbae62bc6"},"description":"Creating precise dimensions in sketches in Fusion is fundamental to building accurate and parametric 3D models. This guide will give you a complete walkthrough of dimensioning in Fusion sketches.","breadcrumb":{"@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/#primaryimage","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/dimensions.gif","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2025\/08\/dimensions.gif","width":672,"height":414},{"@type":"BreadcrumbList","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/dimensions-in-sketches-fusion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create Dimensions in Sketches in Fusion"}]},{"@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\/868b9ef7d888fc724af6384dbae62bc6","name":"Jim Byrne","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2026\/04\/JimByrne-150x150.jpg19dc589bb2994484abc703959d10bb51","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2026\/04\/JimByrne-150x150.jpg","contentUrl":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-content\/uploads\/2026\/04\/JimByrne-150x150.jpg","caption":"Jim Byrne"},"description":"Jim Byrne joined Autodesk in 2013 as a Manufacturing Technical Marketing Specialist. Prior to joining Autodesk, Jim worked at a local reseller for 14 years selling and supporting CAD, Simulation, and data management solutions. He also has three years of experience in the industry as a machine designer.","url":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/author\/jim-byrne\/"}]}},"_links":{"self":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/79249","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\/957"}],"replies":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/comments?post=79249"}],"version-history":[{"count":0,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/posts\/79249\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media\/79250"}],"wp:attachment":[{"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/media?parent=79249"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/categories?post=79249"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/tags?post=79249"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.autodesk.com\/products\/fusion-360\/blog\/wp-json\/wp\/v2\/coauthors?post=79249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}