<?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: Qselect Select, Entire Drawing, while in Paperspace in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8458232#M187657</link>
    <description>&lt;PRE&gt;(sssetfirst nil (ssget "x"))&lt;/PRE&gt;
&lt;P&gt;Thank you, it worked for me like a clock!!!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 21:16:39 GMT</pubDate>
    <dc:creator>sharpl</dc:creator>
    <dc:date>2018-12-10T21:16:39Z</dc:date>
    <item>
      <title>Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856120#M187649</link>
      <description>&lt;P&gt;Can someone clarify - what does&amp;nbsp;"Entire Drawing" mean in Qselect?&lt;/P&gt;&lt;P&gt;When I do Qselect while in a Paperspace layout, checking Entire Drawing, it&amp;nbsp;finds objects in the current layout paperspace only - it does not include modelview or other layouts - is this the intended result?&amp;nbsp;&lt;/P&gt;&lt;P&gt;(comparing with the FIND command, "Entire drawing" means&amp;nbsp;ALL layouts AND modelview)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 13:45:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856120#M187649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Betreff: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856196#M187650</link>
      <description>&lt;P&gt;Entiry Drawing - in QSELECT mean "CURRENT SPACE" and find all Objects in current Space *(current Layout or Modelspace) which are not on frozen Layers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*specified&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 14:14:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856196#M187650</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2018-03-15T14:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856218#M187651</link>
      <description>&lt;P&gt;Its not about layouts, but active object selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you run the command with an active selection, you can select whether filter would be applied on current selection only (default) or the entire drawing = better wording would be "entire layout". You cannot make active selection across layouts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the&amp;nbsp;&lt;A href="http://help.autodesk.com/view/ACD/2018/ENU/?guid=GUID-84E1116E-DEAE-4A0B-9364-F61DACF5C300" target="_blank"&gt;HELP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 14:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856218#M187651</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2018-03-15T14:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856616#M187652</link>
      <description>&lt;P&gt;ssget will do the entire drawing.&amp;nbsp; All layouts and model space.&amp;nbsp; If that's what you're looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(sssetfirst nil (ssget "x"))&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Mar 2018 15:33:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7856616#M187652</guid>
      <dc:creator>Shneuph</dc:creator>
      <dc:date>2018-03-15T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7857229#M187653</link>
      <description>&lt;P&gt;thanks for the suggestions - gets me half way there:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the sssget manages to select and highlight all the appropriate objects in the real "entire drawing" but any subsequent operations performed on this selection set&amp;nbsp;(such as&amp;nbsp;"delete") effect&amp;nbsp;only the objects.in the&amp;nbsp; "current space".&amp;nbsp; the other selected objects remain unchanged.&amp;nbsp; so we're back to square one.&lt;/P&gt;&lt;P&gt;any other ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(btw it's strange the way "entire drawing" in qselect means something different from "entire drawing" in the Find command")&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 18:22:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/7857229#M187653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T18:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8282351#M187654</link>
      <description>&lt;P&gt;[EDIT: SEE CAVEAT BELOW!!! (Post #10)]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to point out a benefit of this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used&lt;/P&gt;&lt;PRE&gt;(sssetfirst nil (ssget "x"))&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;to select everything, and then filtered the selection to Viewports using the Properties Palette. I was able to unlock/lock and set scales for the VPs through the Properties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what I wanted to do, so thanks very much for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I was unable, as mentioned, to delete all the viewports...Delete only worked on the current layout.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:11:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8282351#M187654</guid>
      <dc:creator>jmartt</dc:creator>
      <dc:date>2021-12-08T17:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8282386#M187655</link>
      <description>Autocad commands are always handle only objects in the current space, except some special commands.&lt;BR /&gt;So you can not move, rotate or delete objects in other spaces as the current one.&lt;BR /&gt;&lt;BR /&gt;But you can do by programming your own functions.&lt;BR /&gt;&lt;BR /&gt;In this case you need to set each layout current and delete the objects or use vlisp and vla-delete function.&lt;BR /&gt;&lt;BR /&gt;But i prefer to learn (v)lisp from start to the end and not only some pieces, so you can help yourself if a problem ... *break*&lt;BR /&gt;&lt;BR /&gt;Here is one example:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/deleting-selection-set-across-multiple-layouts/td-p/8095922" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/deleting-selection-set-across-multiple-layouts/td-p/8095922&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:03:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8282386#M187655</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2018-09-20T19:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8282429#M187656</link>
      <description>&lt;P&gt;Thanks for your efforts to help, &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;We've seemed to jump over to this from my original post: &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-scale-of-all-viewports/td-p/8282145" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-scale-of-all-viewports/td-p/8282145&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:34:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8282429#M187656</guid>
      <dc:creator>jmartt</dc:creator>
      <dc:date>2018-09-20T19:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8458232#M187657</link>
      <description>&lt;PRE&gt;(sssetfirst nil (ssget "x"))&lt;/PRE&gt;
&lt;P&gt;Thank you, it worked for me like a clock!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 21:16:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/8458232#M187657</guid>
      <dc:creator>sharpl</dc:creator>
      <dc:date>2018-12-10T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10809527#M187658</link>
      <description>&lt;P&gt;I think I stumbled on a big caveat for using this command the way I did three years ago. My annotative text was coming in at the wrong scale in paperspace whenever I used plan production (which is a Civil 3D feature that helps automate the layout of plan and profile sheets for road design). It was because the annotative scale of the paperspace was not 1:1. (Apparently, there's a paperspace "viewport". Others have stumbled on this. I'm not making it up.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think using that LISP routine above, and then isolating the viewports in the properties palette selected not only all of the viewports that look at modelspace, but also the paperspace viewports. Unlocking, changing the annotative scales, and locking again unintentionally changed the annotative scales of the paperspaces. You're not supposed to be able to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's where I started to figure this out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/civil-3d-forum/annotative-text-in-paperspace-not-working/td-p/10807356" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/civil-3d-forum/annotative-text-in-paperspace-not-working/td-p/10807356&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:06:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10809527#M187658</guid>
      <dc:creator>jmartt</dc:creator>
      <dc:date>2021-12-08T17:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10809677#M187659</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;". My annotative text was coming in at the wrong scale in paperspace whenever I used plan production.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OT: You should not use annotation feature in paperspace,&lt;/P&gt;
&lt;P&gt;as others stated too before.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;"(Apparently, there's a paperspace "viewport". Others have stumbled on this. I'm not making it up.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it is, today this fact is a bit hidden from users eyes, but not completely.&lt;/P&gt;
&lt;P&gt;(Thats why you have layeroverrides and vp freeze in paperspace too)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;"I think using that LISP routine above, and then isolating the viewports in the properties palette selected not only all of the viewports that look at modelspace, but also the paperspace viewports."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you should better had used my codeline from the other post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Or for LT&amp;nbsp; use FILTER, Viewport and layer of your viewports, apply to ALL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 18:11:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10809677#M187659</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2021-12-08T18:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10809878#M187660</link>
      <description>&lt;P&gt;I wrote down what I did that worked here: &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-scale-of-all-viewports/td-p/8282145" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-scale-of-all-viewports/td-p/8282145&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My text was annotative by style, by the way. I wasn't trying to "use annotation feature in paperspace". The text came in big because the annotation scale for that magic half-hidden paperspace viewport made it big. Once I used the trick -that I linked to above - and got the annotative scale of the paperspace VPs back to 1:1, text was generated at the intended height.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 19:34:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10809878#M187660</guid>
      <dc:creator>jmartt</dc:creator>
      <dc:date>2021-12-08T19:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qselect Select, Entire Drawing, while in Paperspace</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10810277#M187661</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"My text was annotative by style,"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;No Text is annotative "by style" (not like i translate "by style"),&lt;/P&gt;
&lt;P&gt;it is default setup of the current style, that's all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"I wasn't trying to "use annotation feature in paperspace".&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, I know what you say and i understand and my "don't use annotation feature in paperspace" is just a generall a well-meaning council to keep the file in a clean way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;" and got the annotative scale of the paperspace VPs back to 1:1, text was generated at the intended height."&lt;/P&gt;
&lt;P&gt;1. To set paperspace back to 1:1 is a good step&lt;/P&gt;
&lt;P&gt;2. but also my council is right, turn off your annotation property for paperspace objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This way it would also works with another paperspace scale and added object scale are useless -&amp;gt; waste&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; (sorry, i like to have clean drawing and good structures &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; )&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 22:50:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/qselect-select-entire-drawing-while-in-paperspace/m-p/10810277#M187661</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2021-12-08T22:50:40Z</dc:date>
    </item>
  </channel>
</rss>

