<?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: How to move a drawing view between sheets in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13665764#M175313</link>
    <description>&lt;P&gt;Good call - I thought about using the clipboard because that's working manually. However, in this case, it appears I'm able to accomplish the same effective result by just realigning the views after copying them over individually. The browser relationship changes, but I can still communicate the same info on the drawing and that's all the end user is concerned with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the situation. I have a drawing automation system set up to detail drawing sets for standard structures. It starts with a template drawing and wipes out all the sheets to start from fresh sheets. Many of these structures don't require this extra detail added to the drawing, but in a few cases, there is an extra plate (with holes) detail that needs to be added alongside another view (located relative to that view). This detail has a front and top view and it's static - the design never changes. Because it's a detail I don't often need, I'm storing it in a separate template drawing that I'll open in the background to copy the detail from when needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could do what you're suggesting with copying the sheet over and then proceeding with the remaining automation on that sheet, but that adds more complication to the flow of the logic than it's worth (in this case). If I absolutely needed that browser relationship maintained, I'd go that route. And I still might if requirements change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to get on the idea board and suggest this method be added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 13:41:51 GMT</pubDate>
    <dc:creator>gkniksch_aep</dc:creator>
    <dc:date>2025-06-04T13:41:51Z</dc:date>
    <item>
      <title>How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/12590555#M12921</link>
      <description>&lt;P&gt;so i want to create a view like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidt162003_0-1709208629478.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1331825iCBA79900B8426563/image-size/medium?v=v2&amp;amp;px=400" role="button" title="davidt162003_0-1709208629478.png" alt="davidt162003_0-1709208629478.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;theirs a break view and its also been cropped, however i cant do it like this in inventor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so what i was going to do was either create a break view and then use break out to get rid&amp;nbsp; of the sections i dont want or&amp;nbsp;&lt;/P&gt;&lt;P&gt;use a detail view and then move it onto a second sheet which is my preferred method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know using the UI you can drag a detail view from one sheet to another using the design tree.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i was wondering if their was a way to do this using the API?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 12:18:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/12590555#M12921</guid>
      <dc:creator>davidt162003</dc:creator>
      <dc:date>2024-02-29T12:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/12590603#M12922</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14685386"&gt;@davidt162003&lt;/a&gt;.&amp;nbsp; Yes, the &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-DrawingView" target="_blank" rel="noopener"&gt;DrawingView&lt;/A&gt; object has a method named &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=DrawingView_MoveTo" target="_blank" rel="noopener"&gt;MoveTo&lt;/A&gt; that we can use to move an existing DrawingView object from its current sheet to another sheet.&amp;nbsp; There is also a similar method called &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=DrawingView_CopyTo" target="_blank" rel="noopener"&gt;CopyTo&lt;/A&gt; for copying a DrawingView from one sheet to another.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 12:31:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/12590603#M12922</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-02-29T12:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13664345#M175301</link>
      <description>&lt;P&gt;Is there a method or other recommended technique that allows copying groups of drawing views at the same time so, for example, projected views stay linked and aligned with their parent views? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 21:02:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13664345#M175301</guid>
      <dc:creator>gkniksch_aep</dc:creator>
      <dc:date>2025-06-03T21:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13664355#M175302</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7835615"&gt;@Tiffany_Hayden_&lt;/a&gt;&amp;nbsp;FYI&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 21:12:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13664355#M175302</guid>
      <dc:creator>gkniksch_aep</dc:creator>
      <dc:date>2025-06-03T21:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13665410#M175311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13601847"&gt;@gkniksch_aep&lt;/a&gt;.&amp;nbsp; I don't know of a 'built-in' method specifically for copying multiple drawing views at once, but there is a built-in method for copying a whole Sheet (&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=Sheet_CopyTo" target="_blank" rel="noopener"&gt;Sheet.CopyTo&lt;/A&gt;).&amp;nbsp; That method is designed for copying that Sheet into another drawing document though, not for copying it within the same drawing document.&amp;nbsp; I have seen some folks create another temporary drawing, copy the sheet to it, then copy it back into the current drawing, but that is pretty inefficient and comes with a whole new set of problems.&amp;nbsp; I did create a custom method for copying one or more sheets within the same drawing document though, and the sheet can contain the views you are wanting to copy.&amp;nbsp; If I am remembering correctly, that custom method had some restrictions though, such as that drawing needed to be the 'active' document, and something about when parent / child views were on different sheets, then it would not work properly.&amp;nbsp; We could likely create a custom code routine for copying multiple views at the same time though, which would likely work similarly to how that custom method worked, using the Clipboard system where the source object(s) are selected, then executing commands that simulate the 'Copy &amp;amp; Paste' behavior.&amp;nbsp; That system is not accurate about where the new copies would be located though, because it is very basic, and is unlike other Inventor API type code routines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you maybe provide more details about what you are wanting/trying to do?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Are you wanting to copy the views from a sheet to a different location on the same sheet?&lt;/LI&gt;
&lt;LI&gt;Are you wanting to copy the views to another sheet within the same drawing document?
&lt;UL&gt;
&lt;LI&gt;Does the other sheet already exist, or does the other sheet need to be created?&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Are you wanting to copy the views to another drawing document?
&lt;UL&gt;
&lt;LI&gt;Does the other drawing document already exist, or does it need to be created?&lt;/LI&gt;
&lt;LI&gt;What sheet on the other drawing should they be copied to?&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Where should the new views be located, and now do you plan on specifying that location?&lt;/LI&gt;
&lt;LI&gt;Also, why do you want to copy the existing views instead of create new ones?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:31:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13665410#M175311</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2025-06-04T11:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13665764#M175313</link>
      <description>&lt;P&gt;Good call - I thought about using the clipboard because that's working manually. However, in this case, it appears I'm able to accomplish the same effective result by just realigning the views after copying them over individually. The browser relationship changes, but I can still communicate the same info on the drawing and that's all the end user is concerned with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the situation. I have a drawing automation system set up to detail drawing sets for standard structures. It starts with a template drawing and wipes out all the sheets to start from fresh sheets. Many of these structures don't require this extra detail added to the drawing, but in a few cases, there is an extra plate (with holes) detail that needs to be added alongside another view (located relative to that view). This detail has a front and top view and it's static - the design never changes. Because it's a detail I don't often need, I'm storing it in a separate template drawing that I'll open in the background to copy the detail from when needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could do what you're suggesting with copying the sheet over and then proceeding with the remaining automation on that sheet, but that adds more complication to the flow of the logic than it's worth (in this case). If I absolutely needed that browser relationship maintained, I'd go that route. And I still might if requirements change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try to get on the idea board and suggest this method be added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:41:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13665764#M175313</guid>
      <dc:creator>gkniksch_aep</dc:creator>
      <dc:date>2025-06-04T13:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13665834#M175315</link>
      <description>&lt;P&gt;Another quick thought that comes to mind after reading that is using a &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-SheetFormat" target="_blank" rel="noopener"&gt;SheetFormat&lt;/A&gt;.&amp;nbsp; We can use&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=Sheets_AddUsingSheetFormat" target="_blank" rel="noopener"&gt;Sheets.AddUsingSheetFormat&lt;/A&gt;&amp;nbsp;to add a Sheet that can already contain: a border, a title block, other annotations (that are not directly connected to a view), and views, then dictate which source model will populate its views, and specify other such settings.&amp;nbsp; I don't think using that will preserve actual dimensions and leader text that were directly attached to geometry within the views though, which may be a deal braker.&amp;nbsp; We can also create new SheetFormat objects by code, on the fly, if needed, then delete them when done.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=DrawingDocument_SheetFormats" target="_blank" rel="noopener"&gt;DrawingDocument.SheetFormats&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=SheetFormats_Add" target="_blank" rel="noopener"&gt;SheetFormats.Add&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=SheetFormats_AddWithOptions" target="_blank" rel="noopener"&gt;SheetFormats.AddWithOptions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=SheetFormat_Delete" target="_blank" rel="noopener"&gt;SheetFormat.Delete&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:24:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13665834#M175315</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2025-06-04T14:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13666231#M175322</link>
      <description>&lt;P&gt;That sounds pretty cool. I did not realize there was an option to auto-scale the views to the sheet. I currently have auto-scaling built into the automation, but it sounds like it takes more into account so I probably wouldn't be able to replace the current logic with a SheetFormat. I consider the border, title block, parts list, and surrounding sketch symbols. And yeah, adding views of the plate detail without the dimensioning would be a deal breaker. It's not worth automating dimensions for a static view.&lt;/P&gt;&lt;P&gt;I'll have to play around with the SheetFormats sometime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 17:30:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13666231#M175322</guid>
      <dc:creator>gkniksch_aep</dc:creator>
      <dc:date>2025-06-04T17:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to move a drawing view between sheets</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13997085#M179143</link>
      <description>&lt;P&gt;I am working on something similar, I did a copy design but one of the sheets is pretty cluttered and I wanted to move some views to a new sheet to clear up the drawing. I was struggling with this causing the views to become sections rather than projections. What I found to work in the current version is to select all of the views you want to move in the model tree (you have to open up the tree and select the base view and all projections from it and any derived from the projections) and then drag a top level view, this will move several views at the same time and not turn them into section views. This also allows you to move unrelated views at the same time. I hope this is useful.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 00:58:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-move-a-drawing-view-between-sheets/m-p/13997085#M179143</guid>
      <dc:creator>bberthiaumeSELKW</dc:creator>
      <dc:date>2026-01-30T00:58:37Z</dc:date>
    </item>
  </channel>
</rss>

