{"id":1261362,"date":"2021-06-22T15:57:33","date_gmt":"2021-06-22T22:57:33","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=1261362"},"modified":"2021-06-22T19:24:56","modified_gmt":"2021-06-23T02:24:56","slug":"make-sense-of-your-bim-data-by-leveraging-the-building-layer","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer","title":{"rendered":"Make sense of your BIM data by leveraging the Building layer"},"author":166382,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23771],"tags":[310972,30371,757861,760762,176662],"industry":[],"product":[36561],"class_list":["post-1261362","blog","type-blog","status-publish","format-standard","hentry","category-3d-gis","tag-aec","tag-bim","tag-bim-data-management","tag-ifc","tag-revit","product-arcgis-pro"],"acf":{"short_description":"The integration of GIS and BIM is key to establishing a comprehensive view of the  AEC industries in the digital era.","flexible_content":[{"acf_fc_layout":"content","content":"<p>Now that we have <a href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/geolocating-revit-files-in-arcgis-pro\/\" target=\"_blank\" rel=\"noopener\">geolocated<\/a> our BIM model, we can start working on our BIM-GIS integration. For the first part of this blog, I am going showcase the workflow of reading directly from the BIM file workspace as a source. For part two, I will demonstrate the workflow of using a geodatabase dataset created from the BIM File to Geodatabase geoprocessing tool. These two workflows will give us the foundation to build more complex workflows later on, but before we can start working with the Building layer, we need to understand a few key concepts.<\/p>\n"},{"acf_fc_layout":"sidebar","content":"<h2>Key concepts<\/h2>\n<p>Floorplan layer\u2014A group layer that contains the floorplan plan layers (2.5D) including the footprint (2D).<\/p>\n<p>Building layer\u2014A composite layer that organizes the BIM file workspace by datasets (disciplines including Architectural, Structural, Piping, Mechanical, and Electrical), and each dataset is composed of a layer that represents the BIM File Multipatch feature class.<\/p>\n<p>BIM File to Geodatabase\u2014Imports the contents of one or more BIM file workspaces into a geodatabase feature dataset.<\/p>\n<p>Make Building Layer\u2014Creates a composite building layer from a dataset, usually from a BIM file workspace.<\/p>\n","image_reference":false,"layout":"standard","image_reference_figure":"","snippet":"","spotlight_name":"","section_title":"","position":"Center","spotlight_image":false},{"acf_fc_layout":"content","content":"<p>As a Geospatial user, I am starting to become familiar with BIM and have learned that not every user has the same data requirements. The client, engineer, architect, general contractor, or consultant may require access to different data from the BIM. For example, the general contractor needs access to certain layers or elements while other users, such as the BIM manager or client, need to see a comprehensive view of the data. Different design disciplines often create different parts of the model as individual BIM models. This means a single building may be made up of multiple BIM models.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Part 1: BIM file workspace as a source\u2013Basic<\/h2>\n<p>I received a request from the inspection team that they need to view the architectural elements of the building (excluding furniture) along with the solar panels and the emergency and security elements such as fire extinguishers, exit signs, and outlets from the building.<\/p>\n<p>To remove unneeded layers, complete the following steps:<\/p>\n<p>1. Drag the BIM file workspace to the scene.<\/p>\n<p>2. Select a layer or layers. Right-click the layer, and click the <strong>Remove<\/strong><\/p>\n<p>Remove the following layers:<\/p>\n<ul>\n<li>From the <strong>Architectural<\/strong> discipline, remove everything except the Floors, Stairs, Generic model, and Doors layers.<\/li>\n<li>From the <strong>Structure<\/strong> discipline, remove StructuralColumns and StructuralFraming.<\/li>\n<li>From the <strong>Electrical<\/strong> discipline, remove all the layers except TelephoneDevices, FireAlarmDevices, and LightFixtures.<\/li>\n<li>From the <strong>Mechanical<\/strong> discipline, remove all layers.<\/li>\n<li>From the <strong>Piping<\/strong> discipline, remove all layers.<\/li>\n<\/ul>\n<p>3. Drag the Generic model layer from the <strong>Architectural<\/strong> discipline to the <strong>Electrical<\/strong><\/p>\n<p>Now that we have the Building layer the way that we need it, we will see if we have elements that we would like to remove from our layers. After a quick inspection of the Generic model layer, we discover that it has additional elements that are outside of our requirements.<\/p>\n<p>4. Right-click the Generic model layer and browse to the <strong>Properties<\/strong><\/p>\n<p>The <strong>Layer Properties<\/strong> window will appear.<\/p>\n<p>5. Browse to the definition query.<\/p>\n<p>6. Click <strong>New Definition Query<\/strong>.<\/p>\n<p>7. Turn on <strong>SQL<\/strong>.<\/p>\n<p>8. Write the following query:<\/p>\n<p>FamilyType = &#8216;MicroFingerprintReaderFlush&#8217;<\/p>\n<p>9. Click <strong>Apply<\/strong>.<\/p>\n<p>10 Click <strong>OK<\/strong>.<\/p>\n<p>Repeat steps 4 to 10 for the LightingFixtures layer using the following query:<\/p>\n<p>FamilyType = &#8216;LPX7-Green Letters- Universal-120V&#8217; Or FamilyType = &#8216;GuideLed PL\/BL NEN&#8217;<\/p>\n<p>Now I can create a building scene layer package that is specific to the needs of the inspection team.<\/p>\n"},{"acf_fc_layout":"youtube","start_time":"0","end_time":"","youtube_video_url":"<iframe title=\"BIM file workspace as a source\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/1o2nqwLx5HQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>"},{"acf_fc_layout":"content","content":"<p>It is common for the design coordination and construction to represent a single building as multiple BIM models. In most cases, each BIM model represents different areas of expertise such as Structural, Architectural, Mechanical, Electrical, and Piping (MEP), or a subset of the design or project.<\/p>\n"},{"acf_fc_layout":"content","content":"<h2>Part 2: Source feature dataset\u2013Advanced<\/h2>\n<p>I received a request from the BIM manager to show a whole building as a single building layer that can be published so the client can view the progress.<\/p>\n<p>Complete the following steps:<\/p>\n<p>1. Open the BIM File To Geodatabase geoprocessing tool.<\/p>\n<ul>\n<li>On the<strong> Input BIM File Workspace<\/strong>, select all the files that make the structure.<\/li>\n<li>For<strong> Output Geodatabase<\/strong>, leave the default GDB as this is our working project.<\/li>\n<li>For<strong> Dataset<\/strong>, rename the file to something that makes sense to you.<br \/>\nIn this case, I named the dataset based on the contract ID \u2013 Bldg_08Y98_56.<\/li>\n<li>For<strong> Spatial Reference<\/strong>, import the .prj from the architectural model.<\/li>\n<\/ul>\n<p>The<strong> Identifier <\/strong>field is optional. In my case, because this is a 50 percent deliverable, I am going to use that as my identifier through my dataset.<\/p>\n<ul>\n<li>Click <strong>Run<\/strong>.<\/li>\n<\/ul>\n<p>Now that we have the dataset that combines the multiple BIM model, we need to create a Building layer.<\/p>\n<p>2. Open the Make Building Layer geoprocessing tool.<\/p>\n<p>3. Open <strong>Local Scene<\/strong> or <strong>Global Scene<\/strong>.<\/p>\n<p>4. For<strong> Input Feature Dataset<\/strong>, browse for the dataset created in step 1b.<\/p>\n<p>5. For<strong> Output Layer,<\/strong> optionally, give the layer name the same name as the dataset.<\/p>\n<p>6. Click <strong>Run<\/strong>.<\/p>\n<p>Now I can create a building scene layer that is specific to the needs of the client.<\/p>\n"},{"acf_fc_layout":"youtube","start_time":"0","end_time":"","youtube_video_url":"<iframe title=\"Source feature dataset\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/TS7j-P09mb0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>"},{"acf_fc_layout":"content","content":"<h2>Summary<\/h2>\n<ul>\n<li>You can rearrange the Building layer by dragging the layer.<\/li>\n<li>You can remove layers from any discipline the same way you remove a layer from the table of contents with any other data source.<\/li>\n<li>You can add layers, but the data must be from the same BIM file workspace or the same dataset.<\/li>\n<\/ul>\n<p>Thank you to The Ohio State University Facilities Information Technology Services Team for sharing their BIM Data<\/p>\n"}],"authors":[{"ID":166382,"user_firstname":"David","user_lastname":"Alvarez","nickname":"David Alvarez","user_nicename":"dalvarez","display_name":"David Alvarez","user_email":"DAlvarez@esri.com","user_url":"","user_registered":"2021-01-27 18:11:11","user_description":"David is a product engineer on the BIM\/CAD team and has been with Esri since 2018.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/02\/DavidAlvarez-213x200.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"related_articles":"","card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/03\/Card-OSU.png","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/03\/BIM_Banner_4_resize.png"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Make sense of your BIM data by leveraging the Building layer<\/title>\n<meta name=\"description\" content=\"Make sense of your BIM data by leveraging the Building layer | ArcGIS Pro | BIM | Revit | ifc | Building Layer | 3D | i3s\" \/>\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.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make sense of your BIM data by leveraging the Building layer\" \/>\n<meta property=\"og:description\" content=\"Make sense of your BIM data by leveraging the Building layer | ArcGIS Pro | BIM | Revit | ifc | Building Layer | 3D | i3s\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-23T02:24:56+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer\"},\"author\":{\"name\":\"David Alvarez\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91ef98666e3489083d734f74d3d8ec31\"},\"headline\":\"Make sense of your BIM data by leveraging the Building layer\",\"datePublished\":\"2021-06-22T22:57:33+00:00\",\"dateModified\":\"2021-06-23T02:24:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer\"},\"wordCount\":11,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"AEC\",\"BIM\",\"BIM Data Management\",\"ifc\",\"Revit\"],\"articleSection\":[\"3D Visualization &amp; Analytics\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer\",\"name\":\"Make sense of your BIM data by leveraging the Building layer\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2021-06-22T22:57:33+00:00\",\"dateModified\":\"2021-06-23T02:24:56+00:00\",\"description\":\"Make sense of your BIM data by leveraging the Building layer | ArcGIS Pro | BIM | Revit | ifc | Building Layer | 3D | i3s\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Make sense of your BIM data by leveraging the Building layer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91ef98666e3489083d734f74d3d8ec31\",\"name\":\"David Alvarez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/02\/DavidAlvarez-213x200.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/02\/DavidAlvarez-213x200.jpg\",\"caption\":\"David Alvarez\"},\"description\":\"David is a product engineer on the BIM\/CAD team and has been with Esri since 2018.\",\"sameAs\":[\"www.linkedin.com\/in\/dalvarezgeospatial\"],\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/dalvarez\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Make sense of your BIM data by leveraging the Building layer","description":"Make sense of your BIM data by leveraging the Building layer | ArcGIS Pro | BIM | Revit | ifc | Building Layer | 3D | i3s","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.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer","og_locale":"en_US","og_type":"article","og_title":"Make sense of your BIM data by leveraging the Building layer","og_description":"Make sense of your BIM data by leveraging the Building layer | ArcGIS Pro | BIM | Revit | ifc | Building Layer | 3D | i3s","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2021-06-23T02:24:56+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer"},"author":{"name":"David Alvarez","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91ef98666e3489083d734f74d3d8ec31"},"headline":"Make sense of your BIM data by leveraging the Building layer","datePublished":"2021-06-22T22:57:33+00:00","dateModified":"2021-06-23T02:24:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer"},"wordCount":11,"commentCount":0,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["AEC","BIM","BIM Data Management","ifc","Revit"],"articleSection":["3D Visualization &amp; Analytics"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer","name":"Make sense of your BIM data by leveraging the Building layer","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2021-06-22T22:57:33+00:00","dateModified":"2021-06-23T02:24:56+00:00","description":"Make sense of your BIM data by leveraging the Building layer | ArcGIS Pro | BIM | Revit | ifc | Building Layer | 3D | i3s","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/arcgis-pro\/3d-gis\/make-sense-of-your-bim-data-by-leveraging-the-building-layer#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Make sense of your BIM data by leveraging the Building layer"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/91ef98666e3489083d734f74d3d8ec31","name":"David Alvarez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/02\/DavidAlvarez-213x200.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/02\/DavidAlvarez-213x200.jpg","caption":"David Alvarez"},"description":"David is a product engineer on the BIM\/CAD team and has been with Esri since 2018.","sameAs":["www.linkedin.com\/in\/dalvarezgeospatial"],"url":"https:\/\/www.esri.com\/arcgis-blog\/author\/dalvarez"}]}},"text_date":"June 22, 2021","author_name":"David Alvarez","author_page":"https:\/\/www.esri.com\/arcgis-blog\/author\/dalvarez","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/03\/BIM_Banner_4_resize.png","primary_product":"ArcGIS Pro","tag_data":[{"term_id":310972,"name":"AEC","slug":"aec","term_group":0,"term_taxonomy_id":310972,"taxonomy":"post_tag","description":"","parent":0,"count":40,"filter":"raw"},{"term_id":30371,"name":"BIM","slug":"bim","term_group":0,"term_taxonomy_id":30371,"taxonomy":"post_tag","description":"","parent":0,"count":66,"filter":"raw"},{"term_id":757861,"name":"BIM Data Management","slug":"bim-data-management","term_group":0,"term_taxonomy_id":757861,"taxonomy":"post_tag","description":"","parent":0,"count":3,"filter":"raw"},{"term_id":760762,"name":"ifc","slug":"ifc","term_group":0,"term_taxonomy_id":760762,"taxonomy":"post_tag","description":"","parent":0,"count":16,"filter":"raw"},{"term_id":176662,"name":"Revit","slug":"revit","term_group":0,"term_taxonomy_id":176662,"taxonomy":"post_tag","description":"","parent":0,"count":23,"filter":"raw"}],"category_data":[{"term_id":23771,"name":"3D Visualization &amp; Analytics","slug":"3d-gis","term_group":0,"term_taxonomy_id":23771,"taxonomy":"category","description":"","parent":0,"count":687,"filter":"raw"}],"product_data":[{"term_id":36561,"name":"ArcGIS Pro","slug":"arcgis-pro","term_group":0,"term_taxonomy_id":36561,"taxonomy":"product","description":"","parent":0,"count":2037,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=arcgis-pro","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1261362","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/166382"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=1261362"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/1261362\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=1261362"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=1261362"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=1261362"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=1261362"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=1261362"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}