<?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: Converting text to geometry when performing a 2d view export in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/13684912#M84125</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9981421"&gt;@haroon.haider39ZXL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please elaborate how you have converted &lt;A href="https://www.revitapidocs.com/2018.2/9a06448a-1c82-7fd7-8be7-9113dc1ce86a.htm#:~:text=This%20is%20a%20class%20representing,in%20a%20model%2Dexporting%20process." target="_blank" rel="noopener"&gt;TextNode&lt;/A&gt; to &lt;A href="https://learn.microsoft.com/en-us/dotnet/api/system.drawing.drawing2d.graphicspath?view=windowsdesktop-9.0" target="_blank" rel="noopener"&gt;GraphicsPath&lt;/A&gt;, I want to export the text geometry and I want to extract text path points.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2025 05:20:07 GMT</pubDate>
    <dc:creator>revitapi99</dc:creator>
    <dc:date>2025-06-17T05:20:07Z</dc:date>
    <item>
      <title>Converting text to geometry when performing a 2d view export</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10170428#M27343</link>
      <description>&lt;P&gt;We have been able to get access to the lines, grids, annotations and other basic elements of a 2d view (using the&amp;nbsp; IExportContext2D interface).&amp;nbsp; Is there a way to convert the annotation text from strings to geometry using Revit API similar to how you can do it in &lt;A href="https://forums.autodesk.com/t5/autocad-forum/text-to-geometry/td-p/9529685" target="_blank" rel="noopener"&gt;AutoCAD&lt;/A&gt;&amp;nbsp;?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to get something like the attached image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 15:20:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10170428#M27343</guid>
      <dc:creator>haroon.haider39ZXL</dc:creator>
      <dc:date>2021-03-19T15:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text to geometry when performing a 2d view export</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10170481#M27344</link>
      <description>&lt;P&gt;You could take recourse to a pixel image, if all else fails...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 15:42:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10170481#M27344</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-03-19T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text to geometry when performing a 2d view export</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10201712#M27345</link>
      <description>&lt;P&gt;Update: I ended up getting what I need by processing a TextNode from the export context method OnText() call.&amp;nbsp; There is enough information in the text node class to be able to convert it to a &lt;A href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.drawing2d.graphicspath?view=net-5.0" target="_blank" rel="noopener"&gt;GraphicsPath&lt;/A&gt; and pull out the geometry from there.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 11:58:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10201712#M27345</guid>
      <dc:creator>haroon.haider39ZXL</dc:creator>
      <dc:date>2021-03-31T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text to geometry when performing a 2d view export</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10890497#M27346</link>
      <description>&lt;P&gt;Thank you for confirming! I added your note of your solution to the blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2022/01/detailed-2d-text-and-other-element-geometry.html#3" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2022/01/detailed-2d-text-and-other-element-geometry.html#3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 13:31:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/10890497#M27346</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-01-19T13:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text to geometry when performing a 2d view export</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/12497058#M27347</link>
      <description>Im really appreciate for your info, many thanks!!</description>
      <pubDate>Mon, 15 Jan 2024 10:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/12497058#M27347</guid>
      <dc:creator>olena_havatiuk</dc:creator>
      <dc:date>2024-01-15T10:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text to geometry when performing a 2d view export</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/13684912#M84125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9981421"&gt;@haroon.haider39ZXL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please elaborate how you have converted &lt;A href="https://www.revitapidocs.com/2018.2/9a06448a-1c82-7fd7-8be7-9113dc1ce86a.htm#:~:text=This%20is%20a%20class%20representing,in%20a%20model%2Dexporting%20process." target="_blank" rel="noopener"&gt;TextNode&lt;/A&gt; to &lt;A href="https://learn.microsoft.com/en-us/dotnet/api/system.drawing.drawing2d.graphicspath?view=windowsdesktop-9.0" target="_blank" rel="noopener"&gt;GraphicsPath&lt;/A&gt;, I want to export the text geometry and I want to extract text path points.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 05:20:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/converting-text-to-geometry-when-performing-a-2d-view-export/m-p/13684912#M84125</guid>
      <dc:creator>revitapi99</dc:creator>
      <dc:date>2025-06-17T05:20:07Z</dc:date>
    </item>
  </channel>
</rss>

