<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Changing Dimension Text Value using Dynamo in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154816#M42062</link>
    <description>&lt;P&gt;I'm not sure you'll find node that will do exactly that, likely you'll have to write a Python node that is using API methods such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimension.ValueOverride&lt;BR /&gt;or&lt;BR /&gt;DimensionSegment.ValueOverride if it is a multi segment dimension (using Dimension.NumberOfSegments to iterate Dimension.Segments).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will likely set overridden or not depending on if you provide something or null to the ValueOverride property I expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As with the UI you'll have to provide a text value that isn't something that looks like a number or normal dimension value alone.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 17:32:51 GMT</pubDate>
    <dc:creator>RPTHOMAS108</dc:creator>
    <dc:date>2023-08-07T17:32:51Z</dc:date>
    <item>
      <title>Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154798#M42061</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone guide me on how to change the dimension text value for multiple dimensions at once? Please see the attached image below. I want to toggle between those options using Dynamo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="suganeshmatrixa540_0-1691428186482.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1250225iB696FA43BFD223D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="suganeshmatrixa540_0-1691428186482.png" alt="suganeshmatrixa540_0-1691428186482.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 17:09:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154798#M42061</guid>
      <dc:creator>suganesh_matrix_a540</dc:creator>
      <dc:date>2023-08-07T17:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154816#M42062</link>
      <description>&lt;P&gt;I'm not sure you'll find node that will do exactly that, likely you'll have to write a Python node that is using API methods such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimension.ValueOverride&lt;BR /&gt;or&lt;BR /&gt;DimensionSegment.ValueOverride if it is a multi segment dimension (using Dimension.NumberOfSegments to iterate Dimension.Segments).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will likely set overridden or not depending on if you provide something or null to the ValueOverride property I expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As with the UI you'll have to provide a text value that isn't something that looks like a number or normal dimension value alone.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 17:32:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154816#M42062</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2023-08-07T17:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154821#M42063</link>
      <description>Thank you for your reply.&lt;BR /&gt;I don't know how to use API methods.</description>
      <pubDate>Mon, 07 Aug 2023 17:24:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154821#M42063</guid>
      <dc:creator>suganesh_matrix_a540</dc:creator>
      <dc:date>2023-08-07T17:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154849#M42064</link>
      <description>&lt;P&gt;Ask the question on &lt;A href="https://forum.dynamobim.com/" target="_blank" rel="noopener"&gt;dynamo forum&lt;/A&gt; and perhaps someone will provide a Python code example, it is fairly easy to do. Alternatively become self taught via&amp;nbsp;&lt;A href="https://primer2.dynamobim.org/" target="_blank" rel="noopener"&gt;https://primer2.dynamobim.org/&amp;nbsp;&lt;/A&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However generally it is a bad workflow to replace dimension values with text.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 17:38:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154849#M42064</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2023-08-07T17:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154872#M42065</link>
      <description>&lt;P&gt;Here a concept.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LMaas_0-1691430299962.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1250238i86ECEBCD17961F43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LMaas_0-1691430299962.png" alt="LMaas_0-1691430299962.png" /&gt;&lt;/span&gt;\&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LMaas_1-1691430326683.png" style="width: 414px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1250239iB0AD0B347BC80E9E/image-dimensions/414x246?v=v2" width="414" height="246" role="button" title="LMaas_1-1691430326683.png" alt="LMaas_1-1691430326683.png" /&gt;&lt;/span&gt;.&lt;/P&gt;
&lt;P&gt;You will have to find a way which dimensions to change&lt;/P&gt;
&lt;P&gt;Dimension.SetValueOverride to change the value&lt;/P&gt;
&lt;P&gt;Dimension.ValueOverride to ask what the valueoverride is&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 17:47:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154872#M42065</guid>
      <dc:creator>L.Maas</dc:creator>
      <dc:date>2023-08-07T17:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154894#M42066</link>
      <description>Thank you. Will do.&lt;BR /&gt;Its just in few locations i need them that way.</description>
      <pubDate>Mon, 07 Aug 2023 17:59:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154894#M42066</guid>
      <dc:creator>suganesh_matrix_a540</dc:creator>
      <dc:date>2023-08-07T17:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154897#M42067</link>
      <description>Thank you for that concept script! Will try it out.</description>
      <pubDate>Mon, 07 Aug 2023 18:00:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154897#M42067</guid>
      <dc:creator>suganesh_matrix_a540</dc:creator>
      <dc:date>2023-08-07T18:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154901#M42068</link>
      <description>How do it change it back to actual value of the dimension if its a text?</description>
      <pubDate>Mon, 07 Aug 2023 18:02:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154901#M42068</guid>
      <dc:creator>suganesh_matrix_a540</dc:creator>
      <dc:date>2023-08-07T18:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154933#M42069</link>
      <description>&lt;DIV id="tinyMceEditorLMaas_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Here two ways&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LMaas_1-1691432503873.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1250246iE01D2F0587EFD097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LMaas_1-1691432503873.png" alt="LMaas_1-1691432503873.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 18:21:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12154933#M42069</guid>
      <dc:creator>L.Maas</dc:creator>
      <dc:date>2023-08-07T18:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12632754#M42070</link>
      <description>&lt;P&gt;How can you do this if you want to override only a segment of a dimension. Let's say like you want to override the first and last segment.&lt;BR /&gt;&lt;BR /&gt;I know Rhythm can isolate the segments, but I could not find a way to override their values.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 16:32:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12632754#M42070</guid>
      <dc:creator>edson.maruyama</dc:creator>
      <dc:date>2024-03-11T16:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12633643#M42071</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robert2JCCH_2-1710202022504.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1335904i37C5F742EDB8885E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robert2JCCH_2-1710202022504.png" alt="robert2JCCH_2-1710202022504.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robert2JCCH_3-1710202098480.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1335905iBE62227E1F453D69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robert2JCCH_3-1710202098480.png" alt="robert2JCCH_3-1710202098480.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Proof of concept. Multi-segment dimensions are lists. The override node also accepts lists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To only override the first/last segment, you can use something like Clockwork package's ReplaceItemAtIndex+ (allows multiple list replacements by indices)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: So I realized after posting that this still overrides the middle values, which is not good if those values change in the model (even if they're initially 'correct'). I'll look around to see if there's a package library that can isolate override state for each list item.&lt;BR /&gt;&lt;BR /&gt;EDIT EDIT:&lt;BR /&gt;It's nulls. You put nulls in where you don't want to override the text.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 00:08:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12633643#M42071</guid>
      <dc:creator>RLY_15</dc:creator>
      <dc:date>2024-03-12T00:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Dimension Text Value using Dynamo</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12635347#M42072</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9962189"&gt;@RLY_15&lt;/a&gt;&amp;nbsp;it worked like a charm!&lt;BR /&gt;&lt;BR /&gt;Used ReplaceByCondition to replace the values I wanted overriden, and to replace the others with null!&lt;BR /&gt;&lt;BR /&gt;Thank you very much!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:10:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/changing-dimension-text-value-using-dynamo/m-p/12635347#M42072</guid>
      <dc:creator>edson.maruyama</dc:creator>
      <dc:date>2024-03-12T15:10:49Z</dc:date>
    </item>
  </channel>
</rss>

