<?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>tema Re: Linetype display order en AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8039179#M936172</link>
    <description>&lt;P&gt;I never thought of doing that but I might find that useful occasionally with color hatching elevations to let clients see different color siding and bricks. I don't know if that is built in but you should be able to do it with a lisp. The lisp would run that line type and then select what you just did and send it to back. Or maybe you run the lisp and whatever the next thing you do is automatically sent to back.&amp;nbsp; I suck at lisp though so you might try asking in the&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank"&gt;&amp;lt;&amp;lt;Lisp Forum&amp;gt;&amp;gt;&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 19:26:11 GMT</pubDate>
    <dc:creator>gotphish001</dc:creator>
    <dc:date>2018-05-31T19:26:11Z</dc:date>
    <item>
      <title>Linetype display order</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8038093#M936171</link>
      <description>&lt;P&gt;is there a way to set a line type to have a permanent display order? like making a hatch linetype always appear under everything?&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 13:39:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8038093#M936171</guid>
      <dc:creator>guymlink</dc:creator>
      <dc:date>2018-05-31T13:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype display order</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8039179#M936172</link>
      <description>&lt;P&gt;I never thought of doing that but I might find that useful occasionally with color hatching elevations to let clients see different color siding and bricks. I don't know if that is built in but you should be able to do it with a lisp. The lisp would run that line type and then select what you just did and send it to back. Or maybe you run the lisp and whatever the next thing you do is automatically sent to back.&amp;nbsp; I suck at lisp though so you might try asking in the&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/130" target="_blank"&gt;&amp;lt;&amp;lt;Lisp Forum&amp;gt;&amp;gt;&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 19:26:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8039179#M936172</guid>
      <dc:creator>gotphish001</dc:creator>
      <dc:date>2018-05-31T19:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype display order</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8039925#M936173</link>
      <description>&lt;P&gt;This could be a way using a tool pallete command. There must others using lisp but this one seems practical. It use the HATCH command draworder and pattern name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^C^C._-HATCH P AR-B816C&amp;nbsp;&amp;nbsp; DR B;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Be ware of the spaces!. It uses the AR-B816C pattern name as an example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure this is what you&amp;nbsp; want.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 01:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8039925#M936173</guid>
      <dc:creator>JustoAg</dc:creator>
      <dc:date>2018-06-01T01:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype display order</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8056161#M936192</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3952412"&gt;@guymlink&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;is there a way to set a line type to have a permanent display order? like making a hatch linetype always appear under everything?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It would be easy to make a routine that would find everything of a specified linetype and move all to the back.&amp;nbsp; That would be easiest if everything with that linetype has it assigned &lt;EM&gt;as an override&lt;/EM&gt;, but it could also be made to find things on &lt;EM&gt;Layers&lt;/EM&gt;&amp;nbsp; with that linetype that &lt;EM&gt;don't&lt;/EM&gt;&amp;nbsp; have a linetype override.&amp;nbsp; Does that sound workable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I'm not sure I'm understanding what you really want -- I've never heard of a "hatch linetype," and Hatch patterns can be set to &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; use a non-continuous linetype if their Layer has one.&amp;nbsp; And none of it would apply if you're talking about Hatch background shading, or SOLID-pattern Hatching, which seems to be what some suggestions here are really about, rather than&lt;EM&gt; linetype&lt;/EM&gt;&amp;nbsp; specifically.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:49:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8056161#M936192</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-06-08T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linetype display order</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8056281#M936203</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i think you can use select similar then send selected same objects to back or bring to forward.&lt;/P&gt;&lt;P&gt;just select one object then right click select similar (by the way you can&amp;nbsp;adjust selecting&amp;nbsp;rule&amp;nbsp; layer,linetype&amp;nbsp;&amp;nbsp; &amp;nbsp;,......&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/510102i4059E14E8CC01D0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and also you can use filter and quick select&amp;nbsp;.&lt;/P&gt;&lt;P&gt;if you need more info just upload a simple file and explain what you want maybe we can find faster way.&lt;/P&gt;&lt;P&gt;but the select similar is perfect tools try it.&lt;/P&gt;&lt;P&gt;good luck.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 15:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/linetype-display-order/m-p/8056281#M936203</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2018-06-08T15:29:36Z</dc:date>
    </item>
  </channel>
</rss>

