<?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 Display Layout Elements en AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6845442#M24767</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using this software on a MAC. At school we are using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;windows and we changed some settings from the display options menu to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make the Layout paper disappear. We unticked the; Display printable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;area; Display paper background; Show Page Setup Manager for new&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;layouts; and Create viewport in new layouts. Is it possible or is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there a different way to do this on a MAC? Note that I am using the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015 AutoCAD for MAC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks and Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="IMG_0467.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/317825i8C246FCA6F7999BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_0467.JPG" alt="IMG_0467.JPG" /&gt;&lt;/span&gt;Luke Farrugia&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Feb 2017 09:41:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-01T09:41:38Z</dc:date>
    <item>
      <title>Display Layout Elements</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6845442#M24767</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using this software on a MAC. At school we are using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;windows and we changed some settings from the display options menu to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make the Layout paper disappear. We unticked the; Display printable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;area; Display paper background; Show Page Setup Manager for new&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;layouts; and Create viewport in new layouts. Is it possible or is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there a different way to do this on a MAC? Note that I am using the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2015 AutoCAD for MAC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks and Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="IMG_0467.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/317825i8C246FCA6F7999BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_0467.JPG" alt="IMG_0467.JPG" /&gt;&lt;/span&gt;Luke Farrugia&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:41:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6845442#M24767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T09:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display Layout Elements</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6845546#M24769</link>
      <description>&lt;P&gt;Hi Luke,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In AutoCAD for Mac 2015:&lt;/P&gt;
&lt;P&gt;1/ To disable&amp;nbsp;&lt;SPAN&gt;Display printable&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;area:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At the command prompt type:&amp;nbsp;(setenv "ShowPaperMargins" "0") and hit Return:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Command: (setenv "ShowPaperMargins" "0")
"0"
Command:

&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;2/ To&amp;nbsp;disable Display paper background:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At the command prompt type:&amp;nbsp;(setenv "ShowPaperBackground" "0")&amp;nbsp;and hit Return:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Command: (setenv "ShowPaperBackground" "0")
"0"
Command: &lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Than at the command prompt type:&amp;nbsp;(setenv "ShowPrintBorder" "0")&amp;nbsp;and hit Return:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Command: (setenv "ShowPrintBorder" "0")
"0"
Command:&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Than Restart AutoCAD or reopen currently opened&amp;nbsp;drawings in&amp;nbsp;&lt;/SPAN&gt;order the new settings take effect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3/&amp;nbsp;Show Page Setup Manager &amp;nbsp;- disabled by default in AutoCAD Preferences:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2017-02-01_13-40-52.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/317843i53A814F0A4A03EA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-02-01_13-40-52.png" alt="2017-02-01_13-40-52.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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;&lt;SPAN&gt;4/ To&amp;nbsp;&lt;/SPAN&gt;disable&amp;nbsp;&lt;SPAN&gt;Create viewport in new layouts - use the same tab of AutoCAD Preferences window as shown above - uncheck "Create viewport in new layouts"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maxim&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:50:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6845546#M24769</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-02-01T10:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display Layout Elements</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6846871#M24775</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to thank you for your kind help, but unfortunately I am not managing to enter the commands you are asking me to input. Nothing is happening &amp;nbsp;when I input for example; setenv "ShowPaperMargins" "0". Is it possible please to be a bit more clear for me to understand? Sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke Farrugia&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 17:57:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6846871#M24775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T17:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Display Layout Elements</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6847047#M24776</link>
      <description>Luke,&lt;BR /&gt;&lt;BR /&gt;You need to ensure that no command is running an at the command window you see the word Command:&lt;BR /&gt;Now type with keyboard later by letter:&lt;BR /&gt;(setenv "ShowPaperBackground" "0")&lt;BR /&gt;Yes, you need to start with round bracke, than letter s, than letter explaining, etc. As soon as you type round bracket at the end, hit Return &lt;BR /&gt;Now repeat with next 2 variables.&lt;BR /&gt;&lt;BR /&gt;Maxim</description>
      <pubDate>Wed, 01 Feb 2017 19:06:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6847047#M24776</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2017-02-01T19:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display Layout Elements</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6847211#M24780</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help it worked finally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Luke Farrugia&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 20:07:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/display-layout-elements/m-p/6847211#M24780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T20:07:51Z</dc:date>
    </item>
  </channel>
</rss>

