<?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: Lisp Xref VP Freeze In All Viewports Except Current in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7469784#M113462</link>
    <description>&lt;P&gt;Which help you need, ehats yout Problem, where is you Code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Isn´t command VPLAYER a great way for that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have the good way, special insertion Layer for seperate XRefs, you can use plaine VPLAYER,&lt;/P&gt;
&lt;P&gt;if you want to freeze all Layer in the Xref, you hafe to create the right Namepattern XREFNAME|*&lt;/P&gt;
&lt;P&gt;See my simple sample above&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;entsel,car,entget,assoc,cdr,strcat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;_.&lt;STRONG&gt;VPLAYER&lt;/STRONG&gt;&lt;BR /&gt;_&lt;STRONG&gt;freeze&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;xrefname|*&lt;/EM&gt;&lt;BR /&gt;_&lt;STRONG&gt;x&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Show us where you have problems.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2017 07:39:18 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2017-10-18T07:39:18Z</dc:date>
    <item>
      <title>Lisp Xref VP Freeze In All Viewports Except Current</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7453127#M113458</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;someone will have a lisp that allows me to select an xref within a viewport and make a "VP FREEZE IN ALL VIEWPORTS EXCEPT CURRENT".&lt;/P&gt;
&lt;P&gt;this lisp would be very useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope your help, thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 01:50:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7453127#M113458</guid>
      <dc:creator>Edwin.Saez</dc:creator>
      <dc:date>2017-10-12T01:50:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lisp Xref VP Freeze In All Viewports Except Current</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7454002#M113459</link>
      <description>&lt;P&gt;If you want to freeze the insert-Layer of the Xref, than you can use plan &lt;A href="http://help.autodesk.com/view/ACD/2018/ENU/?guid=GUID-EB4DA3DA-5466-4D48-9AEC-6828B82BDEF9" target="_blank"&gt;VPLAYER-command&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(Best practise to insert XREF on his own Insert-Layer, so kann can use VPLayer, freeze, except current vport)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to freeze all Xref-Layer (MyXrefName|Layer1-99), that is without charme, and you need a short lisp for the Names&lt;/P&gt;
&lt;P&gt;(strcat(cdr(assoc 2 (entget(car(entsel)))))"|*")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 10:00:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7454002#M113459</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-10-12T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lisp Xref VP Freeze In All Viewports Except Current</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7456853#M113460</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is a way that it is by xref selection and take into account all the layers of that xref ?, because they will not always be the same layer that I want to keep.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 01:48:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7456853#M113460</guid>
      <dc:creator>Edwin.Saez</dc:creator>
      <dc:date>2017-10-13T01:48:27Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lisp Xref VP Freeze In All Viewports Except Current</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7467604#M113461</link>
      <description>&lt;P&gt;someone can help with this lisp please..&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 15:16:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7467604#M113461</guid>
      <dc:creator>Edwin.Saez</dc:creator>
      <dc:date>2017-10-17T15:16:12Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lisp Xref VP Freeze In All Viewports Except Current</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7469784#M113462</link>
      <description>&lt;P&gt;Which help you need, ehats yout Problem, where is you Code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Isn´t command VPLAYER a great way for that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have the good way, special insertion Layer for seperate XRefs, you can use plaine VPLAYER,&lt;/P&gt;
&lt;P&gt;if you want to freeze all Layer in the Xref, you hafe to create the right Namepattern XREFNAME|*&lt;/P&gt;
&lt;P&gt;See my simple sample above&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;entsel,car,entget,assoc,cdr,strcat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;_.&lt;STRONG&gt;VPLAYER&lt;/STRONG&gt;&lt;BR /&gt;_&lt;STRONG&gt;freeze&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;xrefname|*&lt;/EM&gt;&lt;BR /&gt;_&lt;STRONG&gt;x&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Show us where you have problems.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:39:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-xref-vp-freeze-in-all-viewports-except-current/m-p/7469784#M113462</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-10-18T07:39:18Z</dc:date>
    </item>
  </channel>
</rss>

