<?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: Rotating and Aligning Plan View in Title Block in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13126166#M8461</link>
    <description>&lt;P&gt;A quick profile seems like an unnecessary step, as it is a temporary object and gets deleted as soon as you save the drawing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun	c:vp1 (/ viewangle)
	   (setq viewangle (RTD
			     (getangle "\nPick the bottom left corner and another point along the bottom edge of the viewframe")
			   ) ;_ end of RTD
	   )				; get angle
	   (command "dview" "" "twist" (* -1 viewangle) "") ;dview
	 ) ;_ end of defun
(defun RTD (A) (/ (* A 180.0) pi))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use this code for rotating my views, it is designed to work with a view frame, but you can click any two points in the view and it will align them horizontally within your viewport.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Nov 2024 16:13:11 GMT</pubDate>
    <dc:creator>chriscowgill7373</dc:creator>
    <dc:date>2024-11-02T16:13:11Z</dc:date>
    <item>
      <title>Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13098972#M8455</link>
      <description>&lt;P&gt;I have a simple plan and profile drawing. A poly line was drawn and converted to an alignment. A quick profile was then created to get my grid for the alignment where a profile view is then sketched.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is. What is the recommended method for rotating and aligning the plan view in paper space. The alignment has a curve in in it and runs south to north. The plan and profile are in two separate viewports in paper space. In the past I have drawn a line between the start and end points of the alignment and in paper space used the UCS command along that line and rotated the view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better or preferred method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 01:05:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13098972#M8455</guid>
      <dc:creator>ronP6PKG</dc:creator>
      <dc:date>2024-10-22T01:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106599#M8456</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;yes there is a better method.&lt;/P&gt;&lt;P&gt;look into using view frames and setting up plan and profiles sheets there.&lt;/P&gt;&lt;P&gt;good luck,&lt;/P&gt;&lt;P&gt;Nonbeard13&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 19:52:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106599#M8456</guid>
      <dc:creator>CahaLF7RX</dc:creator>
      <dc:date>2024-10-24T19:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106618#M8457</link>
      <description>&lt;P&gt;The method you used is just fine if you mean you used Dview Twist to rotate the view.&amp;nbsp; We explicitly use this method for all our plan sheets.&amp;nbsp; The use of View Frames and having Civil 3D create your sheets is fine, we just don't care for it here at our office.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 20:10:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106618#M8457</guid>
      <dc:creator>MSchille-1994</dc:creator>
      <dc:date>2024-10-24T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106671#M8458</link>
      <description>&lt;P&gt;Oh, I prefer to use Dview Twist for all my plan views, if necessary.&lt;/P&gt;&lt;P&gt;just makes life easy and you can break the views up easier for curves and intersections.&lt;/P&gt;&lt;P&gt;good luck,&lt;/P&gt;&lt;P&gt;nonbeard13&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 20:30:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106671#M8458</guid>
      <dc:creator>CahaLF7RX</dc:creator>
      <dc:date>2024-10-24T20:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106701#M8459</link>
      <description>&lt;P&gt;One other method I like to use is to draw a polyline on the viewport boundary and use CHSPACE to bring it into the model. I then use that as a reference for setting up the sheets in modelspace and saving them as Views. That way I can restore the view in paperspace anytime I need to.&lt;/P&gt;
&lt;P&gt;I use DView Twist and get the angle from the polyline.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 20:42:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106701#M8459</guid>
      <dc:creator>AllenJessup</dc:creator>
      <dc:date>2024-10-24T20:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106706#M8460</link>
      <description>&lt;P&gt;Yep I used to do that quite a bit.&amp;nbsp; Sometimes I still do if I am curious what area the view will cover while in our design file and not in the sheet file.&amp;nbsp; It's funny how over the years we change techniques on workflows and kind of forget the old ones.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 20:45:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13106706#M8460</guid>
      <dc:creator>MSchille-1994</dc:creator>
      <dc:date>2024-10-24T20:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13126166#M8461</link>
      <description>&lt;P&gt;A quick profile seems like an unnecessary step, as it is a temporary object and gets deleted as soon as you save the drawing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun	c:vp1 (/ viewangle)
	   (setq viewangle (RTD
			     (getangle "\nPick the bottom left corner and another point along the bottom edge of the viewframe")
			   ) ;_ end of RTD
	   )				; get angle
	   (command "dview" "" "twist" (* -1 viewangle) "") ;dview
	 ) ;_ end of defun
(defun RTD (A) (/ (* A 180.0) pi))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use this code for rotating my views, it is designed to work with a view frame, but you can click any two points in the view and it will align them horizontally within your viewport.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 16:13:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13126166#M8461</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2024-11-02T16:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13126764#M8462</link>
      <description>&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-D5F8E293-F8A9-4E45-9441-87A21487A68C" target="_blank"&gt;AutoCAD 2025 Help | ALIGNSPACE (Express Tool) | Autodesk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Actually, I use this tool for view rotation&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 06:58:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13126764#M8462</guid>
      <dc:creator>Beka_Tchigladze</dc:creator>
      <dc:date>2024-11-03T06:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13127497#M8463</link>
      <description>&lt;P&gt;You're doing one sheet? You don't need Plan Production Tools for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't change the UCS, use Dview command and then the TWist option. This will not affect coordinates, which changing UCS will do.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 21:18:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13127497#M8463</guid>
      <dc:creator>tcorey</dc:creator>
      <dc:date>2024-11-03T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rotating and Aligning Plan View in Title Block</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13127694#M8464</link>
      <description>&lt;P&gt;Here’s one more. In Paper Space rotate the view port along you reference angle and grip the 4 corners when done&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 00:39:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/rotating-and-aligning-plan-view-in-title-block/m-p/13127694#M8464</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2024-11-04T00:39:30Z</dc:date>
    </item>
  </channel>
</rss>

