<?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: Legacy Wireframe or Plot With Color Images in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5543832#M41029</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for information, I would like to address this behavior with our Engineering, would you mind sharing a sample drawing that worked in earlier version of Acad.&lt;/P&gt;
&lt;P&gt;I will also check if I can provide workaround.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for this inconvience &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2015 04:32:30 GMT</pubDate>
    <dc:creator>moogalm</dc:creator>
    <dc:date>2015-03-17T04:32:30Z</dc:date>
    <item>
      <title>Legacy Wireframe or Plot With Color Images</title>
      <link>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5537061#M41026</link>
      <description>&lt;P&gt;Is it possible to get at &lt;STRONG&gt;Legacy wireframe&lt;/STRONG&gt; in the shadeplottype?&amp;nbsp; The reason being is that is the only setting I've found that allows us to plot with the images being in color and the rest black and white.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 18:48:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5537061#M41026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-11T18:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Wireframe or Plot With Color Images</title>
      <link>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5542498#M41027</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try using "PlotSettingsShadePlotType.Wireframe" property in PlotSettings API ?, can you please show me what you are expected resullt, it will be helpful for me guide you better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;using&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; (&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;PlotSettings&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; acPlSet = &lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;new&lt;/FONT&gt; &lt;FONT face="Consolas" size="2" color="#2b91af"&gt;PlotSettings&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(acLayout.ModelType))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;/****/&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; acPlSet.ShadePlot = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;PlotSettingsShadePlotType&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;.Wireframe;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:02:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5542498#M41027</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2015-03-16T13:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Wireframe or Plot With Color Images</title>
      <link>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5542541#M41028</link>
      <description>&lt;P&gt;I did try Wireframe but the output is not the same as Legacy-Wireframe.&amp;nbsp; Our need is for the plot to show xref'd images in color, the rest (ACAD objects) to be black.&amp;nbsp; In previous versions of ACAD this was not an issue as Wireframe worked as intended.&amp;nbsp; Now Wireframe plot all to black, Legacy-Wireframe plots the images in color and ACAD obects in black.&amp;nbsp; Legacy-Wireframe does not appear to be accessible through the API.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:23:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5542541#M41028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Wireframe or Plot With Color Images</title>
      <link>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5543832#M41029</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for information, I would like to address this behavior with our Engineering, would you mind sharing a sample drawing that worked in earlier version of Acad.&lt;/P&gt;
&lt;P&gt;I will also check if I can provide workaround.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for this inconvience &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 04:32:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/legacy-wireframe-or-plot-with-color-images/m-p/5543832#M41029</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2015-03-17T04:32:30Z</dc:date>
    </item>
  </channel>
</rss>

