<?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: inserting 2nd new view from model space  having custom ucs in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135163#M83397</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;as much as i understand ... unlock your VP first then pick inside your VP then type PLAN then double enter .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Mar 2021 12:31:24 GMT</pubDate>
    <dc:creator>imadHabash</dc:creator>
    <dc:date>2021-03-06T12:31:24Z</dc:date>
    <item>
      <title>inserting 2nd new view from model space  having custom ucs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135134#M83396</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having issue while inserting 2nd new view in layout from layout tab.&lt;/P&gt;&lt;P&gt;The first new view comes along as per custom ucs. The second new view aligns with wrold coordinates sytem.&lt;/P&gt;&lt;P&gt;For some reason I need to put detail of the layout, How this can be solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 12:02:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135134#M83396</guid>
      <dc:creator>coolkris</dc:creator>
      <dc:date>2021-03-06T12:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: inserting 2nd new view from model space  having custom ucs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135163#M83397</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;as much as i understand ... unlock your VP first then pick inside your VP then type PLAN then double enter .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 12:31:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135163#M83397</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2021-03-06T12:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: inserting 2nd new view from model space  having custom ucs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135186#M83398</link>
      <description>&lt;P&gt;Thanks for the reply. I want direct view from model using layout tab. insert new view similar to the view on left.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Mar 2021 12:54:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135186#M83398</guid>
      <dc:creator>coolkris</dc:creator>
      <dc:date>2021-03-06T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: inserting 2nd new view from model space  having custom ucs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135216#M83399</link>
      <description>&lt;P&gt;Several&amp;nbsp; methods come to mind&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;mvsetup
&lt;UL&gt;
&lt;LI&gt;Command sequence: mvsetup c c 1&amp;nbsp; &amp;lt;pick&amp;gt; &amp;lt;pick&amp;gt;&lt;/LI&gt;
&lt;LI&gt;This command automatically switches to the current model ucs.&lt;/LI&gt;
&lt;LI&gt;Command scripting (defun c:test ()(command "_.mvsetup" "_C" "_C" 1))&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Saved View method
&lt;UL&gt;
&lt;LI&gt;First save the current view in model space. Use the view command.&amp;nbsp; This allows you to crop the view and will save layer and scale configurations.&lt;/LI&gt;
&lt;LI&gt;In model space, use vports. On the New Viewports tab, Change view to your named view. Choose Single. Click OK and pick the viewport corners.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Sheet set method
&lt;UL&gt;
&lt;LI&gt;Save views as above. The view name becomes the title.&lt;/LI&gt;
&lt;LI&gt;Save the view drawing.&lt;/LI&gt;
&lt;LI&gt;Open the sheet drawing.&lt;/LI&gt;
&lt;LI&gt;Drag the view on the sheet.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 06 Mar 2021 13:22:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135216#M83399</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2021-03-06T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: inserting 2nd new view from model space  having custom ucs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135223#M83400</link>
      <description>Thanks all the reply , options were excellent, but for the 1st new view on left. I just window crop from model the view and it was automatic and correct and "Super fast". Why only on 2nd new view this UCS setting back to world.</description>
      <pubDate>Sat, 06 Mar 2021 13:27:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10135223#M83400</guid>
      <dc:creator>coolkris</dc:creator>
      <dc:date>2021-03-06T13:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: inserting 2nd new view from model space  having custom ucs</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10136664#M83401</link>
      <description>&lt;P&gt;Glad I could help.&amp;nbsp; Sorry, I don't understand the question: "&lt;SPAN&gt;Why only on 2nd new view this UCS setting back to world.?"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 13:19:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/inserting-2nd-new-view-from-model-space-having-custom-ucs/m-p/10136664#M83401</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2021-03-07T13:19:21Z</dc:date>
    </item>
  </channel>
</rss>

