{"id":6618,"date":"2026-09-18T07:11:23","date_gmt":"2026-09-18T07:11:23","guid":{"rendered":"https:\/\/www.qecad.com\/cadblog\/?p=6618"},"modified":"2026-09-18T09:16:18","modified_gmt":"2026-09-18T09:16:18","slug":"the-role-of-ai-in-point-cloud-classification-and-bim-automation","status":"publish","type":"post","link":"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/","title":{"rendered":"The Role of AI in Point Cloud Classification and BIM Automation"},"content":{"rendered":"<p><span style=\"font-weight: 400; color: #000000;\">Point clouds is an important medium of reality-capture data for the AEC industry. Generated through the terrestrial laser scanning, mobile LiDAR, photogrammetry or other reality-capture technologies, they provide millions or even billions of spatial points representing existing buildings and infrastructures. However, raw point clouds contains geometry without sufficient semantic meaning. A point may represent a wall, ceiling, pipe, beam, furniture or equipment, but the dataset itself does not inherently identify what that point represents.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">This is where AI is changing the point cloud classification. By applying machine learning and deep learning techniques, point cloud data can increasingly be analyzed, segmented and assigned meaningful categories before it moves into downstream modeling workflows.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Recent research shows growing adoption of AI for point cloud segmentation and Scan-to-BIM, with methods such as PointNet++, convolutional neural networks, graph-based approaches and transformer-based architectures being investigated for automated 3D understanding.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>What Is Point Cloud Classification?<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Point cloud classification is the process of assigning semantic labels to points or groups of points based on their geometric, spatial and sometimes visual characteristics.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">For example, an AI model may classify points as:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Walls<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Floors<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Ceilings<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Doors and windows<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Columns and beams<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Pipes and ducts<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Cable trays<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Mechanical equipment<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Furniture<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400; color: #000000;\">Structural components<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400; color: #000000;\">Classification is closely related to semantic segmentation. Classification generally identifies the category of an object or point set, while semantic segmentation assigns labels at the individual-point level or across spatial regions. In Scan-to-BIM workflows, semantic segmentation is particularly important because it helps to transform the unstructured scan data into organized information that can support BIM modeling.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>Why Traditional Classification Is Challenging?<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Manual point cloud classification requires technicians to inspect the dense datasets and identify building elements based on geometry, location and context. Large projects can contain enormous volumes of data, making this process time-consuming and susceptible to inconsistencies.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Point clouds also present technical challenges for AI systems. Unlike images, they are irregular and unordered rather than arranged in a regular 2D grid. They can contain noise, occlusions, missing surfaces, variable point density, reflective surfaces and overlapping building components. Research reviews identify these characteristics as major challenges for deep-learning-based point cloud processing.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>How AI Classifies Point Clouds?<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">AI-based classification typically begins with training a model using point cloud datasets in which points or objects have already been assigned semantic labels.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">The model learns patterns from features such as:<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>Geometry:<\/b><span style=\"font-weight: 400;\"> Point distribution, surface shape, curvature and local structure can help distinguish a wall from a pipe or a beam.<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><b>Spatial relationships:<\/b><span style=\"font-weight: 400;\"> The location of an element relative to surrounding geometry provides contextual information. For example, a horizontal surface near the bottom of a room is more likely to represent a floor than a ceiling.<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><b>Surface characteristics:<\/b> <span style=\"font-weight: 400;\">Normals, density, intensity and other scan-derived attributes can provide additional classification signals.<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><b>Color and imagery:<\/b><span style=\"font-weight: 400;\"> RGB information from scanners or integrated imagery can supplement geometric information, particularly where different materials or surfaces have visually distinct characteristics.<\/span><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Deep learning models then learn relationships between these features rather than relying entirely on manually defined rules.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>Role of Deep Learning<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Several deep learning architectures have been developed specifically to process the 3D point clouds. Point-based networks such as PointNet and PointNet++ directly process individual points and their local neighborhoods. PointNet++ extends this concept by learning hierarchical features from increasingly larger spatial regions.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Other approaches use voxel representations, sparse convolutional networks, graph-based techniques or transformer architectures to capture relationships between points. Recent research indicates that hybrid and transformer-based approaches are becoming increasingly important alongside established CNN and PointNet-family methods.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">The key advantage is contextual understanding. Instead of considering a point in isolation, AI can analyze neighboring points and broader geometric patterns to determine what an element most likely represents.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>Improving Scan-to-BIM Workflows<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">AI-based classification can have a significant impact on the transition from reality-capture data to BIM. Once architectural, structural or MEP elements have been identified, classified point clusters can provide a more organized foundation for subsequent modeling.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">For example, an AI system can distinguish planar clusters representing walls and floors from cylindrical clusters representing pipes. A BIM technician can then use these classified regions to accelerate geometry extraction, element identification and model creation.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">This does not mean AI automatically produces a construction-ready BIM model in every case. Classification is one stage within a broader workflow involving scan registration, cleaning, segmentation, geometric interpretation, modeling, quality control and validation. Recent systematic research specifically identifies point cloud segmentation and model generation as important areas where AI can streamline Scan-to-BIM workflows.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>Reducing Manual Processing<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">One of AI&#8217;s most practical benefits is reducing repetitive classification work.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Instead of manually isolating every wall, pipe, column or ceiling surface, technicians can use AI-assisted classification to process large sections of a dataset automatically. Human specialists can then focus their attention on ambiguous areas, complex assemblies and quality assurance.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">This human-in-the-loop approach is particularly valuable because construction environments frequently contains conditions that differs from the training datasets. Temporary objects, construction materials, damaged surfaces, unusual architectural elements and incomplete scans can create classification uncertainty.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">AI therefore works best as an augmentation technology rather than an unrestricted replacement for technical expertise.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>Improving Consistency and Scalability<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">AI can also improve consistency across large projects. Once a model has been appropriately trained and validated, the same classification logic can be applied across multiple scan areas or similar project datasets.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">This becomes especially useful for large facilities, industrial environments, infrastructural projects and multi-building portfolios where manual classification would require substantial resources.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">However, scalability depends heavily on the training data. AI performance can decline when the model encounters building types, scan technologies, point densities or environmental conditions that differs substantially from its training data. Data quality, annotation effort, generalization and model transfer remains the important research challenges.<\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>AI and the Future of Point Cloud-to-BIM<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">The long-term direction is moving beyond simple classification towards increasingly automated interpretation of the built environment.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Future systems are likely to combine point clouds with photographs, existing drawings, BIM libraries, sensor information and other project data. Multimodal AI could potentially identify an object, understand its geometric properties, infer its relationship with surrounding components, and recommend an appropriate BIM representation.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">Foundation models and newer AI architectures are also creating opportunities for more flexible 3D understanding, although their practical application to complex indoor environments remains an active research area.<\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">For organizations delivering <\/span><a href=\"https:\/\/www.qecad.com\/scan-to-bim-services.php\"><b>Scan to BIM Services<\/b><\/a><span style=\"font-weight: 400;\">, this evolution can create a more efficient workflow in which AI handles high-volume data interpretation while experienced modelers concentrate on design intent, constructability, LOD requirements, and model validation.<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-weight: 400;\">Similarly, <\/span><a href=\"https:\/\/www.qecad.com\/point-cloud-to-bim-services.php\"><b>Point Cloud to BIM Services<\/b><\/a><span style=\"font-weight: 400;\"> can increasingly benefit from AI-assisted preprocessing and semantic segmentation, helping teams to move from raw scan data towards structured BIM information more efficiently.<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><b>\u00a0<\/b><\/span><\/p>\n<p><span style=\"text-decoration: underline; color: #000000;\"><b>Conclusion<\/b><\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">AI is transforming point cloud classification from a predominantly manual interpretation task into a data-driven and increasingly automated process. Deep learning enables systems to recognize geometric patterns, understand spatial relationships, and assign semantic meaning to complex 3D datasets.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">The greatest opportunity is not simply faster classification. It is the creation of a more connected workflow in which reality-capture data can be progressively transformed into structured, information-rich digital models.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">As AI models become more robust and training datasets improve, point cloud classification is likely to become an increasingly important foundation for automated Scan-to-BIM, digital twins, asset documentation, and intelligent facility management. The technology will not eliminate the need for experienced BIM professionals; instead, it can shift their role from repetitive data interpretation toward higher-value validation, coordination, and decision-making.<\/span><\/p>\n<p><span style=\"font-weight: 400; color: #000000;\">\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Point clouds is an important medium of reality-capture data for the AEC industry. Generated through the terrestrial laser scanning, mobile LiDAR, photogrammetry or other reality-capture technologies, they provide millions or even billions of spatial points representing existing buildings and infrastructures. However, raw point clouds contains geometry without sufficient semantic meaning. A point may represent a &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/\"> <span class=\"screen-reader-text\">The Role of AI in Point Cloud Classification and BIM Automation<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":11,"featured_media":6619,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","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":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":""},"categories":[49],"tags":[184,205],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The Role of AI in Point Cloud Classification and BIM Automation<\/title>\n<meta name=\"description\" content=\"AI-powered point cloud classification automates data processing, improves accuracy, and streamlines BIM modeling for faster, smarter project delivery.\" \/>\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.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Role of AI in Point Cloud Classification and BIM Automation\" \/>\n<meta property=\"og:description\" content=\"AI-powered point cloud classification automates data processing, improves accuracy, and streamlines BIM modeling for faster, smarter project delivery.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/\" \/>\n<meta property=\"og:site_name\" content=\"QeCAD\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-18T07:11:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-18T09:16:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.qecad.com\/cadblog\/wp-content\/uploads\/2026\/09\/The-Role-of-AI-in-Point-Cloud-Classification-and-BIM-Automation.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1140\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Dolly Bulchandani\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dolly Bulchandani\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/\",\"url\":\"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/\",\"name\":\"The Role of AI in Point Cloud Classification and BIM Automation\",\"isPartOf\":{\"@id\":\"https:\/\/www.qecad.com\/cadblog\/#website\"},\"datePublished\":\"2026-09-18T07:11:23+00:00\",\"dateModified\":\"2026-09-18T09:16:18+00:00\",\"author\":{\"@id\":\"https:\/\/www.qecad.com\/cadblog\/#\/schema\/person\/8c56b3524c1adbaee80844e72cae12b1\"},\"description\":\"AI-powered point cloud classification automates data processing, improves accuracy, and streamlines BIM modeling for faster, smarter project delivery.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.qecad.com\/cadblog\/#website\",\"url\":\"https:\/\/www.qecad.com\/cadblog\/\",\"name\":\"QeCAD\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.qecad.com\/cadblog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.qecad.com\/cadblog\/#\/schema\/person\/8c56b3524c1adbaee80844e72cae12b1\",\"name\":\"Dolly Bulchandani\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.qecad.com\/cadblog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e8c5399c9fc7248fb0235ede2c75129f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e8c5399c9fc7248fb0235ede2c75129f?s=96&d=mm&r=g\",\"caption\":\"Dolly Bulchandani\"},\"url\":\"https:\/\/www.qecad.com\/cadblog\/author\/dollybulchandani\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Role of AI in Point Cloud Classification and BIM Automation","description":"AI-powered point cloud classification automates data processing, improves accuracy, and streamlines BIM modeling for faster, smarter project delivery.","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.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/","og_locale":"en_US","og_type":"article","og_title":"The Role of AI in Point Cloud Classification and BIM Automation","og_description":"AI-powered point cloud classification automates data processing, improves accuracy, and streamlines BIM modeling for faster, smarter project delivery.","og_url":"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/","og_site_name":"QeCAD","article_published_time":"2026-09-18T07:11:23+00:00","article_modified_time":"2026-09-18T09:16:18+00:00","og_image":[{"width":1140,"height":600,"url":"https:\/\/www.qecad.com\/cadblog\/wp-content\/uploads\/2026\/09\/The-Role-of-AI-in-Point-Cloud-Classification-and-BIM-Automation.jpg","type":"image\/jpeg"}],"author":"Dolly Bulchandani","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Dolly Bulchandani","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/","url":"https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/","name":"The Role of AI in Point Cloud Classification and BIM Automation","isPartOf":{"@id":"https:\/\/www.qecad.com\/cadblog\/#website"},"datePublished":"2026-09-18T07:11:23+00:00","dateModified":"2026-09-18T09:16:18+00:00","author":{"@id":"https:\/\/www.qecad.com\/cadblog\/#\/schema\/person\/8c56b3524c1adbaee80844e72cae12b1"},"description":"AI-powered point cloud classification automates data processing, improves accuracy, and streamlines BIM modeling for faster, smarter project delivery.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.qecad.com\/cadblog\/the-role-of-ai-in-point-cloud-classification-and-bim-automation\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.qecad.com\/cadblog\/#website","url":"https:\/\/www.qecad.com\/cadblog\/","name":"QeCAD","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.qecad.com\/cadblog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.qecad.com\/cadblog\/#\/schema\/person\/8c56b3524c1adbaee80844e72cae12b1","name":"Dolly Bulchandani","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.qecad.com\/cadblog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e8c5399c9fc7248fb0235ede2c75129f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e8c5399c9fc7248fb0235ede2c75129f?s=96&d=mm&r=g","caption":"Dolly Bulchandani"},"url":"https:\/\/www.qecad.com\/cadblog\/author\/dollybulchandani\/"}]}},"_links":{"self":[{"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/posts\/6618"}],"collection":[{"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/comments?post=6618"}],"version-history":[{"count":3,"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/posts\/6618\/revisions"}],"predecessor-version":[{"id":6622,"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/posts\/6618\/revisions\/6622"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/media\/6619"}],"wp:attachment":[{"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/media?parent=6618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/categories?post=6618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qecad.com\/cadblog\/wp-json\/wp\/v2\/tags?post=6618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}