<?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 Betreff: Change the color of text without changing layers in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-the-color-of-text-without-changing-layers/m-p/9183269#M81047</link>
    <description>&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;Set the color to color 1(red)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you inserting a dwg and explode them.&lt;/P&gt;
&lt;P&gt;Change the color in the source file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you using Entmake, add dxf code 62 with value 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By using addMTEXT, change the property after you created the mtext.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you using command mtext,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;set cecolor to 1 before (and set it back after you created the mtext)&lt;/P&gt;
&lt;P&gt;Or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use command change or chprop after you created the mtext.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is the mtext present before and you only add the blockreference?&lt;/P&gt;
&lt;P&gt;Or is the Mtext part of the block?(impossible then, because the is just one mtext in your file, which you can only see multiple times)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next time, please show your code, it saves time, your and ours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You didn't post enough informations&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2019 22:02:04 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2019-12-04T22:02:04Z</dc:date>
    <item>
      <title>Change the color of text without changing layers</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-the-color-of-text-without-changing-layers/m-p/9183147#M81045</link>
      <description>&lt;P&gt;In the current lisp I am writing I am inserting blocks into a drawing with text next to each block, the layer I am doing this on is white but I would like to have the text next to the blocks be red. How do I go about changing the color of this text while keeping it on the same layer?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:52:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-the-color-of-text-without-changing-layers/m-p/9183147#M81045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-04T20:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change the color of text without changing layers</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-the-color-of-text-without-changing-layers/m-p/9183250#M81046</link>
      <description>&lt;P&gt;You may use command CHPROP or use &lt;A href="https://www.theswamp.org/index.php?topic=37967.0" target="_blank" rel="noopener"&gt;https://www.theswamp.org/index.php?topic=37967.0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 21:52:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-the-color-of-text-without-changing-layers/m-p/9183250#M81046</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2019-12-04T21:52:40Z</dc:date>
    </item>
    <item>
      <title>Betreff: Change the color of text without changing layers</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-the-color-of-text-without-changing-layers/m-p/9183269#M81047</link>
      <description>&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;Set the color to color 1(red)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you inserting a dwg and explode them.&lt;/P&gt;
&lt;P&gt;Change the color in the source file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you using Entmake, add dxf code 62 with value 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By using addMTEXT, change the property after you created the mtext.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you using command mtext,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;set cecolor to 1 before (and set it back after you created the mtext)&lt;/P&gt;
&lt;P&gt;Or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use command change or chprop after you created the mtext.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is the mtext present before and you only add the blockreference?&lt;/P&gt;
&lt;P&gt;Or is the Mtext part of the block?(impossible then, because the is just one mtext in your file, which you can only see multiple times)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next time, please show your code, it saves time, your and ours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You didn't post enough informations&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 22:02:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-the-color-of-text-without-changing-layers/m-p/9183269#M81047</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2019-12-04T22:02:04Z</dc:date>
    </item>
  </channel>
</rss>

