<?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: iLogic Automatic Drawing view Scale Label in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3420617#M136698</link>
    <description>&lt;P&gt;Just for the heck of it, thought I would write your orginal request for your legacy drawings &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note, I only included "1 : 1" with the spaces in between, you can change this to "1:1" if yours is currently displayed like that. Add more by adding more "Cases". Always leave the "&amp;amp; Chr(34)" on the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim oApp As Application: oApp = ThisApplication
Dim oDoc As DrawingDocument: oDoc = oApp.ActiveDocument

Dim oSheets As Sheets
Dim oSheet As Sheet
Dim oViews As DrawingViews
Dim oView As DrawingView

oSheets = oDoc.Sheets

For Each oSheet In oSheets
oViews = oSheet.DrawingViews
	For Each oView In oViews
		Select Case ActiveSheet.View(oView.Name).ScaleString
			Case "1 : 1"
            ActiveSheet.View(oView.Name).ScaleString = "1'=1'-0" &amp;amp; Chr(34)
		End Select
    Next
Next&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2012 06:24:53 GMT</pubDate>
    <dc:creator>jdkriek</dc:creator>
    <dc:date>2012-04-19T06:24:53Z</dc:date>
    <item>
      <title>iLogic Automatic Drawing view Scale Label</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3416995#M136695</link>
      <description>&lt;P&gt;what i am trying to do is create an iLogic rule that if your drawing view scale is set to the following ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1:1, 1:2, 1:4, 1:8, 1:12, 1:!6, 1:24, 1:32, 1:48, etc. on the view label for that view it will diplay ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SCALE: 1/2" = 1'-0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so on for the rest for the standard scale factors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i know it will be some sort of a loop and it needs to check all views when ran for any changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have never done any coding for the drawing side of inventor yet only model coding so an help will&lt;/P&gt;&lt;P&gt;be greatly appreiciated.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 14:06:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3416995#M136695</guid>
      <dc:creator>jpchaisson</dc:creator>
      <dc:date>2012-04-17T14:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Automatic Drawing view Scale Label</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3420485#M136696</link>
      <description>&lt;P&gt;Much simpler solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your drawing template got to your style editor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Click on your standard. In the general tab you will see "Preset Values" section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change the dropdown to "Scale"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can enter all the scales that you want to be available for views.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 02:12:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3420485#M136696</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2012-04-19T02:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Automatic Drawing view Scale Label</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3420495#M136697</link>
      <description>&lt;P&gt;for as long as i have been using inventor i never knew you can call your scale factor out that way. still learning everyday&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 02:29:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3420495#M136697</guid>
      <dc:creator>jpchaisson</dc:creator>
      <dc:date>2012-04-19T02:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Automatic Drawing view Scale Label</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3420617#M136698</link>
      <description>&lt;P&gt;Just for the heck of it, thought I would write your orginal request for your legacy drawings &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note, I only included "1 : 1" with the spaces in between, you can change this to "1:1" if yours is currently displayed like that. Add more by adding more "Cases". Always leave the "&amp;amp; Chr(34)" on the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim oApp As Application: oApp = ThisApplication
Dim oDoc As DrawingDocument: oDoc = oApp.ActiveDocument

Dim oSheets As Sheets
Dim oSheet As Sheet
Dim oViews As DrawingViews
Dim oView As DrawingView

oSheets = oDoc.Sheets

For Each oSheet In oSheets
oViews = oSheet.DrawingViews
	For Each oView In oViews
		Select Case ActiveSheet.View(oView.Name).ScaleString
			Case "1 : 1"
            ActiveSheet.View(oView.Name).ScaleString = "1'=1'-0" &amp;amp; Chr(34)
		End Select
    Next
Next&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 06:24:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3420617#M136698</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2012-04-19T06:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Automatic Drawing view Scale Label</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3421051#M136699</link>
      <description>&lt;P&gt;Thank you so much for the extra effort in writting me the code. its people like you that are helping me to understand the Inventor API.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 13:08:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3421051#M136699</guid>
      <dc:creator>jpchaisson</dc:creator>
      <dc:date>2012-04-19T13:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Automatic Drawing view Scale Label</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3421751#M136700</link>
      <description>&lt;P&gt;You're quite welcome JP &lt;img id="catwink" class="emoticon emoticon-catwink" src="https://forums.autodesk.com/i/smilies/16x16_cat-wink.png" alt="Cat Wink" title="Cat Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 17:51:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3421751#M136700</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2012-04-19T17:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic Automatic Drawing view Scale Label</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3565510#M136701</link>
      <description>&lt;P&gt;I also can't change my scale format in Inventor Prof 2012. I want to open a sheet with scale 1:2 but there is only 1:1 , I tired to change by using edit sheet option but I couldn't manege it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; i need some help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sinan KAYA&lt;/P&gt;</description>
      <pubDate>Sat, 04 Aug 2012 00:18:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-automatic-drawing-view-scale-label/m-p/3565510#M136701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-04T00:18:58Z</dc:date>
    </item>
  </channel>
</rss>

