<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Batch Process to Rotate Border and View</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/203976/batch-process-to-rotate-border-and-view</link><description>I need to figure out a batch process for many files to rotate a border 180 degrees (which is a cell), rotate the view 180 degrees, fit view then save settings but I cannot figure out the commands. Any help would be appreciated.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Batch Process to Rotate Border and View</title><link>https://communities.bentley.com/thread/612721?ContentTypeID=1</link><pubDate>Tue, 06 Oct 2020 07:10:28 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ab2d12f8-1fa4-4b03-a0ec-ae1b55a90a7b</guid><dc:creator>Lorys</dc:creator><description>&lt;p&gt;I don&amp;#39;t think you need to rotate your border , just rotate view 2 points to the lower longest edge of your border will rotate so the boreder looks right in the view with view rotated.... if they are all in same place then easy.. otherwise&amp;nbsp; make keyin to rotate view 2 points and do the two points by hand?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Batch Process to Rotate Border and View</title><link>https://communities.bentley.com/thread/612355?ContentTypeID=1</link><pubDate>Fri, 02 Oct 2020 12:23:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:faaef64f-50be-41b4-9fbf-06b5580112e7</guid><dc:creator>Chuck K.</dc:creator><description>&lt;p&gt;Thanks Matt! That got me 99% there. The border does rotate but not in place which isn&amp;#39;t that big of deal. You should present a webinar with GLBUG  &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Batch Process to Rotate Border and View</title><link>https://communities.bentley.com/thread/612247?ContentTypeID=1</link><pubDate>Thu, 01 Oct 2020 17:43:49 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:70683565-1ba6-4650-aad3-e8207668d6cb</guid><dc:creator>Matthew Eiben</dc:creator><description>&lt;p&gt;Chuck,&lt;/p&gt;
&lt;p&gt;These keyins will select the cell&amp;hellip;&lt;/p&gt;
&lt;p&gt;MDL SILENTLOAD SELECTBY DIALOG&lt;br /&gt;SELECT TYPE NONE&lt;br /&gt;SELECTBY TYPE CELL&lt;br /&gt;SELECTBY CELLNAME &amp;lt;cellname&amp;gt;&lt;br /&gt;SELECTBY EXECUTE&lt;/p&gt;
&lt;p&gt;Determining the point to rotate about may be difficult If all the border cells have been placed with different origins. This example shows rotating about the element center/origin. Depending on the origin, this may or may not get you what you&amp;rsquo;re looking for. (XY=0,0 is simply issuing a data point to accept the rotation)&lt;/p&gt;
&lt;p&gt;AA=180&lt;br /&gt;ROTATE&lt;br /&gt;SET ITEM TOOLSETTINGS ROTATEABOUTORIGINTOGGLE=1&lt;br /&gt;XY=0,0&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t want to rotate about the center or origin, and know the point you to rotate about you could do something like this, where XY= the point to rotate about.&lt;/p&gt;
&lt;p&gt;AA=180&lt;br /&gt;ROTATE&lt;br /&gt;XY=17,11&lt;/p&gt;
&lt;p&gt;These will rotate the view, fit, and save settings.&lt;/p&gt;
&lt;p&gt;ROTATE VIEW RELATIVE 180&lt;br /&gt;SELVIEW 1&lt;br /&gt;FIT ALL&lt;br /&gt;SELVIEW 1&lt;br /&gt;FILEDESIGN&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Hope that points you in the right direction. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>