


{"id":304945,"date":"2023-09-05T13:16:31","date_gmt":"2023-09-05T13:16:31","guid":{"rendered":"\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/"},"modified":"2023-09-06T09:37:29","modified_gmt":"2023-09-06T09:37:29","slug":"how-to-assign-different-materials-to-multiple-objects-at-once-in-script","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/","title":{"rendered":"How to assign different materials to multiple objects at once in script"},"content":{"rendered":"<div><img decoding=\"async\" src=\"\/forum\/wp-content\/uploads\/sites\/2\/2023\/09\/06-09-2023-1693992969-mceclip0.png\"><\/p>\n<p>I want to assign different materials to different objects, with a single command.&nbsp;<br \/>This is the command for assigning a material to an object:<\/p>\n<p>oEditor.ChangeProperty(<\/p><\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;[<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;NAME:AllTabs&#8221;,<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;NAME:Geometry3DAttributeTab&#8221;,<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;NAME:PropServers&#8221;,<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;<strong>Object_1<\/strong>&#8220;<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;NAME:ChangedProps&#8221;,<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;NAME:Material&#8221;,<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8220;Value:=&#8221;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;, &#8220;<strong>Material_1<\/strong>&#8220;<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]<\/div>\n<div>&nbsp;&nbsp;&nbsp;&nbsp;])<\/p>\n<p>I know that I can add other objects i.e. Object_2, Object_3 etc. to the &#8220;NAME:PropServers&#8221; part on script above. And &#8220;Material_1&#8221; will be assigned to multiple objects with a single command. Instead, I want to assign &#8220;Material_1&#8221; to &#8220;Object_1&#8221;, and &#8220;Material_2&#8221; to &#8220;Object_2&#8221;, and so on&#8230;&nbsp;<\/p>\n<p>I have defined object and material name arrays to be assigned. But I have +1000 objects to assign, therefore running this command in a for loop result in a very long time of individual material assignment.<\/p>\n<p>Is there any trick to make all assignments without a for loop on each object?<\/p><\/div>\n","protected":false},"template":"","class_list":["post-304945","topic","type-topic","status-closed","hentry","topic-tag-AnsysMaxwellelectronics-1","topic-tag-material-assignments","topic-tag-script"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ &quot;NAME:AllTabs&quot;, [ &quot;NAME:Geometry3DAttributeTab&quot;, [ &quot;NAME:PropServers&quot;, &quot;Object_1&quot; ], [ &quot;NAME:ChangedProps&quot;, [ &quot;NAME:Material&quot;, &quot;Value:=&quot; , &quot;Material_1&quot; ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the &quot;NAME:PropServers&quot; part on script above. And &quot;Material_1&quot; will be assigned to multiple objects with a single command. Instead,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/\" \/>\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=\"How to assign different materials to multiple objects at once in script | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ &quot;NAME:AllTabs&quot;, [ &quot;NAME:Geometry3DAttributeTab&quot;, [ &quot;NAME:PropServers&quot;, &quot;Object_1&quot; ], [ &quot;NAME:ChangedProps&quot;, [ &quot;NAME:Material&quot;, &quot;Value:=&quot; , &quot;Material_1&quot; ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the &quot;NAME:PropServers&quot; part on script above. And &quot;Material_1&quot; will be assigned to multiple objects with a single command. Instead,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/09\/06-09-2023-1693992969-mceclip0.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/09\/06-09-2023-1693992969-mceclip0.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-09-05T13:16:31+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-09-06T09:37:29+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to assign different materials to multiple objects at once in script | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ &quot;NAME:AllTabs&quot;, [ &quot;NAME:Geometry3DAttributeTab&quot;, [ &quot;NAME:PropServers&quot;, &quot;Object_1&quot; ], [ &quot;NAME:ChangedProps&quot;, [ &quot;NAME:Material&quot;, &quot;Value:=&quot; , &quot;Material_1&quot; ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the &quot;NAME:PropServers&quot; part on script above. And &quot;Material_1&quot; will be assigned to multiple objects with a single command. Instead,\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/09\/06-09-2023-1693992969-mceclip0.png\" \/>\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\\\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\\\/#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-tag\\\/material-assignments\\\/#listItem\",\"name\":\"material-assignments\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/material-assignments\\\/#listItem\",\"position\":3,\"name\":\"material-assignments\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/material-assignments\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\\\/#listItem\",\"name\":\"How to assign different materials to multiple objects at once in script\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\\\/#listItem\",\"position\":4,\"name\":\"How to assign different materials to multiple objects at once in script\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/material-assignments\\\/#listItem\",\"name\":\"material-assignments\"}}]},{\"@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\\\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\\\/\",\"name\":\"How to assign different materials to multiple objects at once in script | Ansys Learning Forum\",\"description\":\"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ \\\"NAME:AllTabs\\\", [ \\\"NAME:Geometry3DAttributeTab\\\", [ \\\"NAME:PropServers\\\", \\\"Object_1\\\" ], [ \\\"NAME:ChangedProps\\\", [ \\\"NAME:Material\\\", \\\"Value:=\\\" , \\\"Material_1\\\" ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the \\\"NAME:PropServers\\\" part on script above. And \\\"Material_1\\\" will be assigned to multiple objects with a single command. Instead,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\\\/#breadcrumblist\"},\"datePublished\":\"2023-09-05T13:16:31+00:00\",\"dateModified\":\"2023-09-06T09:37:29+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":"How to assign different materials to multiple objects at once in script | Ansys Learning Forum","description":"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ \"NAME:AllTabs\", [ \"NAME:Geometry3DAttributeTab\", [ \"NAME:PropServers\", \"Object_1\" ], [ \"NAME:ChangedProps\", [ \"NAME:Material\", \"Value:=\" , \"Material_1\" ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the \"NAME:PropServers\" part on script above. And \"Material_1\" will be assigned to multiple objects with a single command. Instead,","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/#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-tag\/material-assignments\/#listItem","name":"material-assignments"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/material-assignments\/#listItem","position":3,"name":"material-assignments","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/material-assignments\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/#listItem","name":"How to assign different materials to multiple objects at once in script"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/#listItem","position":4,"name":"How to assign different materials to multiple objects at once in script","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/material-assignments\/#listItem","name":"material-assignments"}}]},{"@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\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/","name":"How to assign different materials to multiple objects at once in script | Ansys Learning Forum","description":"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ \"NAME:AllTabs\", [ \"NAME:Geometry3DAttributeTab\", [ \"NAME:PropServers\", \"Object_1\" ], [ \"NAME:ChangedProps\", [ \"NAME:Material\", \"Value:=\" , \"Material_1\" ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the \"NAME:PropServers\" part on script above. And \"Material_1\" will be assigned to multiple objects with a single command. Instead,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/#breadcrumblist"},"datePublished":"2023-09-05T13:16:31+00:00","dateModified":"2023-09-06T09:37:29+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":"How to assign different materials to multiple objects at once in script | Ansys Learning Forum","og:description":"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ &quot;NAME:AllTabs&quot;, [ &quot;NAME:Geometry3DAttributeTab&quot;, [ &quot;NAME:PropServers&quot;, &quot;Object_1&quot; ], [ &quot;NAME:ChangedProps&quot;, [ &quot;NAME:Material&quot;, &quot;Value:=&quot; , &quot;Material_1&quot; ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the &quot;NAME:PropServers&quot; part on script above. And &quot;Material_1&quot; will be assigned to multiple objects with a single command. Instead,","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/","og:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/09\/06-09-2023-1693992969-mceclip0.png","og:image:secure_url":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/09\/06-09-2023-1693992969-mceclip0.png","article:published_time":"2023-09-05T13:16:31+00:00","article:modified_time":"2023-09-06T09:37:29+00:00","twitter:card":"summary_large_image","twitter:title":"How to assign different materials to multiple objects at once in script | Ansys Learning Forum","twitter:description":"I want to assign different materials to different objects, with a single command. This is the command for assigning a material to an object:oEditor.ChangeProperty( [ &quot;NAME:AllTabs&quot;, [ &quot;NAME:Geometry3DAttributeTab&quot;, [ &quot;NAME:PropServers&quot;, &quot;Object_1&quot; ], [ &quot;NAME:ChangedProps&quot;, [ &quot;NAME:Material&quot;, &quot;Value:=&quot; , &quot;Material_1&quot; ] ] ] ])I know that I can add other objects i.e. Object_2, Object_3 etc. to the &quot;NAME:PropServers&quot; part on script above. And &quot;Material_1&quot; will be assigned to multiple objects with a single command. Instead,","twitter:image":"https:\/\/innovationspace.ansys.com\/forum\/forum\/wp-content\/uploads\/sites\/2\/2023\/09\/06-09-2023-1693992969-mceclip0.png"},"aioseo_meta_data":{"post_id":"304945","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":"content","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":true,"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":"2024-10-28 17:47:01","updated":"2024-10-28 17:47:01","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<a href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/material-assignments\/\" title=\"material-assignments\">material-assignments<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to assign different materials to multiple objects at once in script\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":"material-assignments","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/material-assignments\/"},{"label":"How to assign different materials to multiple objects at once in script","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/how-to-assign-different-materials-to-multiple-objects-at-once-in-script\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["270456","186775"],"_bbp_author_ip":["23.52.43.88"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_btv_view_count":["4688"],"_edit_lock":["1694437104:200219"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["304945"],"_bbp_forum_id":["27793"],"_bbp_engagement":["186775","270456"],"_bbp_voice_count":["2"],"_bbp_reply_count":["4"],"_bbp_last_reply_id":["305325"],"_bbp_last_active_id":["305325"],"_bbp_last_active_time":["2023-09-07 13:55:23"]},"test":"berker-yilmazdyson-com"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/304945","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\/304945\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=304945"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}