


{"id":395657,"date":"2024-11-28T13:04:58","date_gmt":"2024-11-28T13:04:58","guid":{"rendered":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/"},"modified":"2024-11-28T13:04:58","modified_gmt":"2024-11-28T13:04:58","slug":"possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020","status":"publish","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/","title":{"rendered":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020?"},"content":{"rendered":"<p>&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;ds=ExtAPI.DataModel.InternalObject[&#8220;ds&#8221;]&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, &#8220;DeformResult&#8221;, 0.024, 0.004136, 0.0082857, 0x0000ff)&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;# This just creates an annotation probe with text &#8220;DeformResult&#8221; not the value of a result at that location&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;ExtAPI.Graphics.Redraw()&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;&nbsp;&lt;\/div&gt;&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;The python code above works pretty well for our use case, because we only need labels with some custom text, but now I got asked if we can edit those labels some more.&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;So basically, is it possible to:&lt;\/span&gt;&lt;\/div&gt;&lt;div&gt;<\/p>\n<ol>&lt;li class=&#8221;hassub&#8221; style=&#8221;font-size: 12pt;&#8221;&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;Detect which label was clicked and get its labelID?&lt;\/span&gt;<\/li>\n<p>&lt;li class=&#8221;hassub&#8221; style=&#8221;font-size: 12pt;&#8221;&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;Remove the line that connects the label and the Point, so that label stays in the point location like normal annotations?&lt;\/span&gt;<\/li>\n<p>&lt;li class=&#8221;hassub&#8221; style=&#8221;font-size: 12pt;&#8221;&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;Temporary hide some of the labels?&lt;\/span&gt;<\/li>\n<p>&lt;li class=&#8221;hassub&#8221; style=&#8221;font-size: 12pt;&#8221;&gt;&lt;span style=&#8221;font-size: 12pt;&#8221;&gt;Or basically edit anything else than what can be seen in the above code?&lt;\/span&gt;<\/li>\n<\/ol>\n<p>&lt;\/div&gt;<\/p>\n","protected":false},"template":"","class_list":["post-395657","topic","type-topic","status-publish","hentry","topic-tag-annotation","topic-tag-ansys2020","topic-tag-python"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[&quot;ds&quot;]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, &quot;DeformResult&quot;, 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text &quot;DeformResult&quot; not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/\" \/>\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=\"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020? | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[&quot;ds&quot;]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, &quot;DeformResult&quot;, 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text &quot;DeformResult&quot; not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-11-28T13:04:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-11-28T13:04:58+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020? | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[&quot;ds&quot;]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, &quot;DeformResult&quot;, 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text &quot;DeformResult&quot; not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works\" \/>\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\\\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\\\/#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\\\/python\\\/#listItem\",\"name\":\"python\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/python\\\/#listItem\",\"position\":3,\"name\":\"python\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/python\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\\\/#listItem\",\"name\":\"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\\\/#listItem\",\"position\":4,\"name\":\"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/python\\\/#listItem\",\"name\":\"python\"}}]},{\"@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\\\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\\\/\",\"name\":\"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020? | Ansys Learning Forum\",\"description\":\"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[\\\"ds\\\"]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, \\\"DeformResult\\\", 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text \\\"DeformResult\\\" not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\\\/#breadcrumblist\"},\"datePublished\":\"2024-11-28T13:04:58+00:00\",\"dateModified\":\"2024-11-28T13:04:58+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":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020? | Ansys Learning Forum","description":"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[\"ds\"]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, \"DeformResult\", 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text \"DeformResult\" not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/#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\/python\/#listItem","name":"python"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/#listItem","position":3,"name":"python","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/#listItem","name":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/#listItem","position":4,"name":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020?","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/#listItem","name":"python"}}]},{"@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\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/","name":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020? | Ansys Learning Forum","description":"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[\"ds\"]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, \"DeformResult\", 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text \"DeformResult\" not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/#breadcrumblist"},"datePublished":"2024-11-28T13:04:58+00:00","dateModified":"2024-11-28T13:04:58+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":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020? | Ansys Learning Forum","og:description":"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[&quot;ds&quot;]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, &quot;DeformResult&quot;, 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text &quot;DeformResult&quot; not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/","article:published_time":"2024-11-28T13:04:58+00:00","article:modified_time":"2024-11-28T13:04:58+00:00","twitter:card":"summary_large_image","twitter:title":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020? | Ansys Learning Forum","twitter:description":"defResult = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.Children[1]ds=ExtAPI.DataModel.InternalObject[&quot;ds&quot;]labelID=ds.Graphics.AddLabel(defResult.ObjectId, 520, &quot;DeformResult&quot;, 0.024, 0.004136, 0.0082857, 0x0000ff)# Arguments are: ObjectID, classID(520 for result), X_coor, Y_coor, Z_coor, color# This just creates an annotation probe with text &quot;DeformResult&quot; not the value of a result at that locationExtAPI.Graphics.Redraw() The python code above works"},"aioseo_meta_data":{"post_id":"395657","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 09:43:13","updated":"2026-09-17 12:29:17","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\/python\/\" title=\"python\">python<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tPossible to customize labels added using Graphics.AddLabel in Mechanical 2020?\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":"python","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/"},{"label":"Possible to customize labels added using Graphics.AddLabel in Mechanical 2020?","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/possible-to-customize-labels-added-using-graphicsaddlabel-in-mechanical-2020\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_forum_id":["27791"],"_bbp_topic_id":["395657"],"_bbp_subscription":["432087","18229"],"_bbp_author_ip":["193.210.192.207"],"_bbp_reply_count":["1"],"_bbp_reply_count_hidden":["0"],"_bbp_voice_count":["2"],"_bbp_engagement":["432087","18229"],"_btv_view_count":["230"],"_bbp_topic_status":["unanswered"],"_bbp_last_reply_id":["396004"],"_bbp_last_active_id":["396004"],"_bbp_last_active_time":["2024-12-02 17:56:42"]},"test":"hallinenjessegmail-com"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/395657","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\/395657\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=395657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}