


{"id":427021,"date":"2025-03-26T21:29:40","date_gmt":"2025-03-26T21:29:40","guid":{"rendered":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/"},"modified":"2025-03-26T21:29:40","modified_gmt":"2025-03-26T21:29:40","slug":"thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop","status":"publish","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/","title":{"rendered":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop"},"content":{"rendered":"<p>&lt;p&gt;Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it&#8217;s possible to do this bulk editing within Thermal Desktop, and I&#8217;m looking at how to do this efficiently in C#.&lt;br&gt;&lt;br&gt;From the Getting Started manual, I&#8217;ve seen this done with a foreach loop:&lt;\/p&gt;&lt;p class=&#8221;p1&#8243;&gt;foreach (LinearQuad q in quads)&lt;br&gt;{&lt;br&gt;q.CondSubmodel = submodel;&lt;br&gt;q.TopThickness = 0.01;&lt;br&gt;q.Update();&lt;br&gt;}&lt;br&gt;&lt;br&gt;Additionally, in the code I&#8217;m writing, what I&#8217;m interested in is similarly implemented.&lt;br&gt;myElementList.ForEach(e =&gt;&nbsp;&lt;br&gt;{&lt;br&gt;e.ThermoMaterial = ThermoMaterialName;&lt;br&gt;e.Layer = Layer.Name;&lt;br&gt;e.Update();&lt;br&gt;}&lt;br&gt;&lt;br&gt;However, this method takes too long for my application and I&#8217;m hoping there&#8217;s a way to shorten the element editing time using some type of group editing.&lt;br&gt;&lt;br&gt;Thank you!&lt;\/p&gt;<\/p>\n","protected":false},"template":"","class_list":["post-427021","topic","type-topic","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it&#039;s possible to do this bulk editing within Thermal Desktop, and I&#039;m looking at how\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it&#039;s possible to do this bulk editing within Thermal Desktop, and I&#039;m looking at how\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-03-26T21:29:40+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-03-26T21:29:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it&#039;s possible to do this bulk editing within Thermal Desktop, and I&#039;m looking at how\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\\\/#listItem\",\"name\":\"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\\\/#listItem\",\"position\":3,\"name\":\"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\\\/\",\"name\":\"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop | Ansys Learning Forum\",\"description\":\"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it's possible to do this bulk editing within Thermal Desktop, and I'm looking at how\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\\\/#breadcrumblist\"},\"datePublished\":\"2025-03-26T21:29:40+00:00\",\"dateModified\":\"2025-03-26T21:29:40+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop | Ansys Learning Forum","description":"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it's possible to do this bulk editing within Thermal Desktop, and I'm looking at how","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/forum\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/#listItem","name":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/#listItem","position":3,"name":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/","name":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop | Ansys Learning Forum","description":"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it's possible to do this bulk editing within Thermal Desktop, and I'm looking at how","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/#breadcrumblist"},"datePublished":"2025-03-26T21:29:40+00:00","dateModified":"2025-03-26T21:29:40+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop | Ansys Learning Forum","og:description":"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it's possible to do this bulk editing within Thermal Desktop, and I'm looking at how","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/","article:published_time":"2025-03-26T21:29:40+00:00","article:modified_time":"2025-03-26T21:29:40+00:00","twitter:card":"summary_large_image","twitter:title":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop | Ansys Learning Forum","twitter:description":"Using OpenTD, is there a way to edit multiple elements without using a for or foreach loop (which essentially edits them one at at time) when these elements are somehow grouped (either in a submodel, layer, domain, etc.)? I know it's possible to do this bulk editing within Thermal Desktop, and I'm looking at how"},"aioseo_meta_data":{"post_id":"427021","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2025-10-19 13:59:47","updated":"2025-10-19 13:59:47","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/topics\/\" title=\"Topics\">Topics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/forum\/topics\/"},{"label":"[Thermal Desktop] [OpenTD] Bulk editing of elements without for or foreach loop","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/thermal-desktop-opentd-bulk-editing-of-elements-without-for-or-foreach-loop\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_forum_id":["27792"],"_bbp_topic_id":["427021"],"_bbp_subscription":["135666","51233"],"_bbp_author_ip":["184.105.185.35"],"_bbp_last_reply_id":["427271"],"_bbp_last_active_id":["427271"],"_bbp_last_active_time":["2025-03-28 22:52:57"],"_bbp_reply_count":["1"],"_bbp_reply_count_hidden":["0"],"_bbp_voice_count":["2"],"_bbp_engagement":["135666","51233"],"_btv_view_count":["170"],"_bbp_topic_status":["unanswered"]},"test":"mhaastamu-edu"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/427021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/427021\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=427021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}