<?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: (C# REVIT 2019)The default value of the &amp;quot;doc.ExportImage(opt)&amp;quot; is strange. in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11683996#M16552</link>
    <description>Thank you for your time.&lt;BR /&gt;Thank you for your reply.</description>
    <pubDate>Tue, 17 Jan 2023 01:41:30 GMT</pubDate>
    <dc:creator>klkl12234</dc:creator>
    <dc:date>2023-01-17T01:41:30Z</dc:date>
    <item>
      <title>(C# REVIT 2019)The default value of the "doc.ExportImage(opt)" is strange.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11451230#M16549</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, The result is perfect, but the line is always thick.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The lines are thin on the Revit, but the captured results are thick.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I looked it up in ImageExportOptions, but I can't see ThinLinesOptions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alse, I ran the code below, but it failed.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;System.Windows.Forms.SendKeys.SendWait( "TL" );&lt;BR /&gt;&lt;SPAN&gt;ThinLinesOptions.AreThinLinesEnabled = true;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;I think, By default, AreThinLinesEnabled appears to be false.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is my source.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;var opt = new ImageExportOptions&lt;BR /&gt;&lt;SPAN&gt;{&lt;BR /&gt;ZoomType = ZoomFitType.Zoom,&lt;BR /&gt;PixelSize = 2048,&lt;BR /&gt;FilePath = filepath,&lt;BR /&gt;FitDirection = FitDirectionType.Horizontal,&lt;BR /&gt;HLRandWFViewsFileType = ImageFileType.JPEGLossless,&lt;BR /&gt;ImageResolution = ImageResolution.DPI_600,&lt;BR /&gt;ExportRange = ExportRange.VisibleRegionOfCurrentView,&lt;BR /&gt;//ThinLinesOptions.AreThinLinesEnabled = true;&lt;BR /&gt;};&lt;BR /&gt;doc.ExportImage(opt);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 01:50:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11451230#M16549</guid>
      <dc:creator>klkl12234</dc:creator>
      <dc:date>2022-09-29T01:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: (C# REVIT 2019)The default value of the "doc.ExportImage(opt)" is strange.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11451577#M16550</link>
      <description>&lt;P&gt;I am &lt;A href="https://autodesk.slack.com/archives/C0SR6NAP8/p1664437994985969" target="_blank"&gt;checking&lt;/A&gt; with the development team for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:55:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11451577#M16550</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-09-29T07:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: (C# REVIT 2019)The default value of the "doc.ExportImage(opt)" is strange.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11453669#M16551</link>
      <description>&lt;P&gt;I heard back from the development team; they say:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;DIV class="p-rich_text_section lia-indent-padding-left-30px"&gt;I&amp;nbsp; tried without the API, and got the same results from File &amp;gt; Export &amp;gt;Images and Annotations with or without Thin Lines turned on.&amp;nbsp; So I suspect that's why it's not working for the API operation.&amp;nbsp; I looked and did not find an issue or Revit Idea related to this.&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;So, please raise a wish list item in the Revit Idea Station to improve this behaviour.&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;In general, the Revit API just reproduces the same functionality as the user interface.&lt;/DIV&gt;
&lt;DIV class="p-rich_text_section"&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Sep 2022 06:12:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11453669#M16551</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-09-30T06:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: (C# REVIT 2019)The default value of the "doc.ExportImage(opt)" is strange.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11683996#M16552</link>
      <description>Thank you for your time.&lt;BR /&gt;Thank you for your reply.</description>
      <pubDate>Tue, 17 Jan 2023 01:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/11683996#M16552</guid>
      <dc:creator>klkl12234</dc:creator>
      <dc:date>2023-01-17T01:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: (C# REVIT 2019)The default value of the "doc.ExportImage(opt)" is strange.</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/12739533#M16553</link>
      <description>&lt;P&gt;Hey everyone, have we got any update on this?&lt;/P&gt;&lt;P&gt;Using Revit 2022 and having the same issue&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 18:26:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/c-revit-2019-the-default-value-of-the-quot-doc-exportimage-opt/m-p/12739533#M16553</guid>
      <dc:creator>decobicudo4</dc:creator>
      <dc:date>2024-04-28T18:26:36Z</dc:date>
    </item>
  </channel>
</rss>

