<?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: Reading Autotext in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254552#M6550</link>
    <description>Derek:&lt;BR /&gt;
&lt;BR /&gt;
This is what I did to add a graphic scale to my Drawing Title. It is not elegant but gets the job done:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="red"&gt;ds = AC_DrawingScale&lt;BR /&gt;
		ds1 = `1'       =    1'-0"`&lt;BR /&gt;
		ds2 = `6"       =    1'-0"`&lt;BR /&gt;
		ds4 = `3"       =    1'-0"`&lt;BR /&gt;
		ds8 = `1 1/2"=    1'-0"`&lt;BR /&gt;
		ds12 = `1"       =    1'-0"`&lt;BR /&gt;
		ds18 = `3/4"   =    1'-0"`&lt;BR /&gt;
		ds24 = `1/2"   =    1'-0"`&lt;BR /&gt;
		ds36 = `3/8"   =    1'-0"`&lt;BR /&gt;
		ds48 = `1/4"   =    1'-0"`&lt;BR /&gt;
		ds72 = `3/16" =    1'-0"`&lt;BR /&gt;
		ds96 = `1/8"   =    1'-0"`&lt;BR /&gt;
		ds144 = `3/32" =    1'-0"`&lt;BR /&gt;
		ds192 = `1/16" =    1'-0"`&lt;BR /&gt;
		ds120 = `1"   = 10'`&lt;BR /&gt;
		ds240 = `1"   = 20'`&lt;BR /&gt;
		ds360 = `1"   = 30'`&lt;BR /&gt;
		ds480 = `1"   = 40'`&lt;BR /&gt;
		ds600 = `1"   = 50'`&lt;BR /&gt;
		ds1200 = `1"   =100'`&lt;BR /&gt;
	If AC_DrawingScale = ds1 Then&lt;BR /&gt;
	noma = `1/4"`&lt;BR /&gt;
	nomz = `1/2"`&lt;BR /&gt;
	noend = `1"`&lt;BR /&gt;
	EndIf&lt;BR /&gt;
	If AC_DrawingScale = ds2 Then&lt;BR /&gt;
	noma = `1/2"`&lt;BR /&gt;
	nomz = `1"`&lt;BR /&gt;
	noend = `2"`&lt;BR /&gt;
	EndIf&lt;BR /&gt;
	If AC_DrawingScale = ds4 Then&lt;/FONT&gt;&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
The graphic scale is always an inch long, with the correct units displayed for the scale. Note the number of spaces in each text string, they vary from scale to scale. More complicated scales should be possible. I think I poached this approach from one of the Graphisoft graphic scales, but I don't see a Graphisoft Drawing Title with the graphic scale option anymore.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Sat, 07 Jan 2017 14:56:27 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2017-01-07T14:56:27Z</dc:date>
    <item>
      <title>Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254546#M6544</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
   I was wondering if it's still the case that GDL objects can't read Autotext values? &lt;BR /&gt;
&lt;BR /&gt;
We're wanting to make a scale bar object that automatically displays the correct scale when placed on a sheet (based on the Autotext Drawing Scale value).&lt;BR /&gt;
&lt;BR /&gt;
I read something here about outputting to an XML file but that seems a step too far. Can they not even be read in a text string in some form?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Derek&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:52:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254546#M6544</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-06T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254547#M6545</link>
      <description>In the AC20 GDL guide you can hard code an Autotext. See here...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/gdl-docs/gdl-guide/chapter-12-miscellaneous/autotext-guide/" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/gdl-docs/gdl- ... ext-guide/"&gt;http://gdl.graphisoft.com/gdl-docs/gdl-guide/chapter-12-miscellaneous/autotext-guide/&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I see you are on 19 so I don't know if that version has been upgraded to use it.</description>
      <pubDate>Fri, 06 Jan 2017 15:43:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254547#M6545</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2017-01-06T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254548#M6546</link>
      <description>Thanks for the help. &lt;BR /&gt;
&lt;BR /&gt;
That's halfway there, but we want to then analyse the content of the autotext output, so I guess it can't be done (yet)&lt;BR /&gt;
&lt;BR /&gt;
Oh well - I'll just have to trust my colleagues to manually enter the scale on the scale bar object &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:48:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254548#M6546</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-06T15:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254549#M6547</link>
      <description>Depending on how you use your object have you looked at referencing the GLOB_SCALE value and possibly ac_drawingScale? Although I haven't yet had reason to use the latter.</description>
      <pubDate>Fri, 06 Jan 2017 16:01:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254549#M6547</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2017-01-06T16:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254550#M6548</link>
      <description>GLOB_SCALE doesn't work - it just returns the 1:1 value of the layout.&lt;BR /&gt;
&lt;BR /&gt;
I'm struggling to find a reference for how to call ac_drawingScale - I don't suppose you know of one? I suspect it's somewhere in the REQUEST syntax but not getting very far...</description>
      <pubDate>Fri, 06 Jan 2017 16:51:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254550#M6548</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-06T16:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254551#M6549</link>
      <description>This might help...&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/tips-and-tricks/creating-custom-label-frame/" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/tips-and-tric ... bel-frame/"&gt;http://gdl.graphisoft.com/tips-and-tricks/creating-custom-label-frame/&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You could also interrogate a drawing view title to see how that is put together.&lt;BR /&gt;
&lt;BR /&gt;
There is a scale bar object in the UK library but I couldn't get it to work logically. Could be worth checking the code to see if it offers any pointers.&lt;BR /&gt;
&lt;BR /&gt;
Going back to basics I don't see how a scale bar in paper space could shown anything other than 1:1 units, this makes sense as it allows some less digitally savvy operators to print to the right size (recent issue for me). If you have a view at 1:50 and another detail at 1:20 how should the scale bar react? &lt;BR /&gt;
&lt;BR /&gt;
For me the only logical solution for an adaptive scale bar is to place it in the view where it can adjust to the GLOB_SCALE variable.&lt;BR /&gt;
&lt;BR /&gt;
One final observation while you are trying to resolve the scale bar you may find you drawings carry a big disclaimer "DO NOT SCALE"... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 06 Jan 2017 17:23:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254551#M6549</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2017-01-06T17:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254552#M6550</link>
      <description>Derek:&lt;BR /&gt;
&lt;BR /&gt;
This is what I did to add a graphic scale to my Drawing Title. It is not elegant but gets the job done:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="red"&gt;ds = AC_DrawingScale&lt;BR /&gt;
		ds1 = `1'       =    1'-0"`&lt;BR /&gt;
		ds2 = `6"       =    1'-0"`&lt;BR /&gt;
		ds4 = `3"       =    1'-0"`&lt;BR /&gt;
		ds8 = `1 1/2"=    1'-0"`&lt;BR /&gt;
		ds12 = `1"       =    1'-0"`&lt;BR /&gt;
		ds18 = `3/4"   =    1'-0"`&lt;BR /&gt;
		ds24 = `1/2"   =    1'-0"`&lt;BR /&gt;
		ds36 = `3/8"   =    1'-0"`&lt;BR /&gt;
		ds48 = `1/4"   =    1'-0"`&lt;BR /&gt;
		ds72 = `3/16" =    1'-0"`&lt;BR /&gt;
		ds96 = `1/8"   =    1'-0"`&lt;BR /&gt;
		ds144 = `3/32" =    1'-0"`&lt;BR /&gt;
		ds192 = `1/16" =    1'-0"`&lt;BR /&gt;
		ds120 = `1"   = 10'`&lt;BR /&gt;
		ds240 = `1"   = 20'`&lt;BR /&gt;
		ds360 = `1"   = 30'`&lt;BR /&gt;
		ds480 = `1"   = 40'`&lt;BR /&gt;
		ds600 = `1"   = 50'`&lt;BR /&gt;
		ds1200 = `1"   =100'`&lt;BR /&gt;
	If AC_DrawingScale = ds1 Then&lt;BR /&gt;
	noma = `1/4"`&lt;BR /&gt;
	nomz = `1/2"`&lt;BR /&gt;
	noend = `1"`&lt;BR /&gt;
	EndIf&lt;BR /&gt;
	If AC_DrawingScale = ds2 Then&lt;BR /&gt;
	noma = `1/2"`&lt;BR /&gt;
	nomz = `1"`&lt;BR /&gt;
	noend = `2"`&lt;BR /&gt;
	EndIf&lt;BR /&gt;
	If AC_DrawingScale = ds4 Then&lt;/FONT&gt;&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
The graphic scale is always an inch long, with the correct units displayed for the scale. Note the number of spaces in each text string, they vary from scale to scale. More complicated scales should be possible. I think I poached this approach from one of the Graphisoft graphic scales, but I don't see a Graphisoft Drawing Title with the graphic scale option anymore.&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sat, 07 Jan 2017 14:56:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254552#M6550</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2017-01-07T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254553#M6551</link>
      <description>Thanks David,&lt;BR /&gt;
   that looks encouraging, but I'm still getting errors as I try to use AC_DrawingScale. Do I need to declare it as a parameter first? I'm assuming not.&lt;BR /&gt;
&lt;BR /&gt;
I'm getting an 'Uninitialized variable' issue with it.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas what I'm missing?</description>
      <pubDate>Mon, 09 Jan 2017 12:20:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254553#M6551</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-09T12:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254554#M6552</link>
      <description>Derek:&lt;BR /&gt;
&lt;BR /&gt;
I am not sure what is the cause of your issue. My title library part is of the Sub-Type &lt;FONT color="blue"&gt;Drawing Title&lt;/FONT&gt;, and has the parameter &lt;FONT color="blue"&gt;AC_DrawingScale&lt;/FONT&gt; as a &lt;FONT color="blue"&gt;Text&lt;/FONT&gt; Type parameter (see screen shot below). All the references to AC_DrawingScale are shown in my previous post, there is nothing else done to this parameter. You could also look at a Graphisoft title to see if there is something there (or not there) compared to your code.&lt;BR /&gt;
&lt;BR /&gt;
David&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/20087i90EFD007E1D29725/image-size/large?v=v2&amp;amp;px=999" border="0" alt="GDL_Title_Parameters.png" title="GDL_Title_Parameters.png" /&gt;</description>
      <pubDate>Mon, 09 Jan 2017 13:42:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254554#M6552</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2017-01-09T13:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254555#M6553</link>
      <description>How odd - loading up the Drawing Title subtype doesn't offer me that parameter, and I can't seem to find it in other Graphisoft objects or other nearby subtypes.&lt;BR /&gt;
&lt;BR /&gt;
This page suggests it should be there:&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/gdl-docs/gdl-guide/chapter-12-miscellaneous/fix-named-optional-parameters/parameters-set-by-archicad/drawing-title-attributes/" target="_blank"&gt;gdl.graphisoft.com/gdl-docs/gdl-guide/chapter-12-miscellaneous/fix-named-optional-parameters/parameters-set-by-archicad/drawing-title-attributes/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
but the attached is what I see when I start a new object with that subtype - not sure what is going on here!!</description>
      <pubDate>Mon, 09 Jan 2017 13:54:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254555#M6553</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-09T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254556#M6554</link>
      <description>That parameter is not part of the 'Drawing Title' subtype (or any other that I know of) - but you should be able to just add it in.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 10 Jan 2017 01:06:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254556#M6554</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-01-10T01:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254557#M6555</link>
      <description>Hmm - thanks Barry, but surely just adding it in manually will make the object think it's a user-defined parameter, rather than looking at anything within the current project?</description>
      <pubDate>Tue, 10 Jan 2017 10:21:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254557#M6555</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-10T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254558#M6556</link>
      <description>Derek:&lt;BR /&gt;
&lt;BR /&gt;
Just add the parameter as shown in my screen shot. The blue ones that are part of the Sub-Type are not editable, the black ones are. From &lt;A href="http://gdl.graphisoft.com/gdl-docs/gdl-guide/chapter-12-miscellaneous/fix-named-optional-parameters/parameters-set-by-archicad/" target="_blank"&gt;Parameters set by ARCHICAD&lt;/A&gt;:&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;The new method of ARCHICAD for providing information is the method of fixed named optional parameters. If a given library part has a parameter matching a fix named optional parameter in name and in type, sets its value according to its function.&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Tue, 10 Jan 2017 13:02:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254558#M6556</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2017-01-10T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254559#M6557</link>
      <description>Thanks guys, but it simply isn't working.&lt;BR /&gt;
&lt;BR /&gt;
I've taken it back to basics, and started a new 'Drawing Title' object.&lt;BR /&gt;
&lt;BR /&gt;
I've manually added in the AC_DrawingScale parameter, and given it an initial value.&lt;BR /&gt;
&lt;BR /&gt;
The only script I then have is a simple &lt;PRE&gt;text2 0, 0, AC_DrawingScale&lt;/PRE&gt; line in the 2D script.&lt;BR /&gt;
&lt;BR /&gt;
All it does it output my initial value, rather than picking up the actual scale.&lt;BR /&gt;
&lt;BR /&gt;
What am I missing?</description>
      <pubDate>Wed, 11 Jan 2017 11:45:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254559#M6557</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-11T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254560#M6558</link>
      <description>Derek: &lt;BR /&gt;
&lt;BR /&gt;
In my code where I want the drawing scale text shown I have the line:&lt;BR /&gt;
&lt;FONT color="red"&gt;Text2 0, 0, "&amp;lt;DRAWINGSCALE&amp;gt;"&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
If that does not work, zip and attach the library part to your post so we can see the whole thing.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 11 Jan 2017 13:06:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254560#M6558</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2017-01-11T13:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254561#M6559</link>
      <description>Thanks David, that's got the drawing scale correctly outputting.&lt;BR /&gt;
&lt;BR /&gt;
However, digging in to it, my code still doesn't recognise the AC_DrawingScale variable - it's still just looking at the Autotext for the 2D script.&lt;BR /&gt;
&lt;BR /&gt;
I even removed any reference to AC_DrawingScale and the object still gave the Autotext output, so I'm not sure how to work with it.&lt;BR /&gt;
&lt;BR /&gt;
I've attached it in case you have any idea what I'm missing?&lt;BR /&gt;
&lt;BR /&gt;
My Parameter list simply has 'AC_DrawingScale' as a text input with a default set to 'x'.&lt;BR /&gt;
&lt;BR /&gt;
My 2D script is then:
&lt;PRE&gt;text2 0, 0, "&amp;lt;DRAWINGSCALE&amp;gt;"

! Check if recognising AC_DrawingScale
IF strstr(AC_DrawingScale, "1mm = 20mm") THEN
	text2 0, -0.1, "20"
ENDIF

IF strstr(AC_DrawingScale, "x") THEN
	text2 0, -0.1, "x"
ENDIF&lt;/PRE&gt;

And the object then outputs the correct Autotext scale, and then an 'x' (suggesting the AC_DrawingScale parameter isn't being affected by the project environment).&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Derek</description>
      <pubDate>Thu, 12 Jan 2017 09:51:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254561#M6559</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-12T09:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254562#M6560</link>
      <description>You can exclude placed drawings from being included in autotext.&lt;BR /&gt;
&lt;BR /&gt;
Look for the tickbox "Include Scale in Autotexting and Indexes" in the drawing selection settings dialogue.&lt;BR /&gt;
&lt;BR /&gt;
This was included a few versions ago and was most welcome!</description>
      <pubDate>Thu, 12 Jan 2017 10:12:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254562#M6560</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2017-01-12T10:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254563#M6561</link>
      <description>derek:&lt;BR /&gt;
&lt;BR /&gt;
The library part you posted has a SubType of Drawing &lt;B&gt;Symbol&lt;/B&gt;, not Drawing &lt;B&gt;Title&lt;/B&gt;. The Drawing Title is part of a placed Drawing, the Drawing Symbol can be placed independently and will read the scales of all the Drawings placed on the Layout. I tried playing with your library part but did not make any progress, it may not be possible to do what I did with a Drawing Symbol.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Fri, 13 Jan 2017 13:33:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254563#M6561</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2017-01-13T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254564#M6562</link>
      <description>I've changed the subtype to Drawing Title, and reduced the 2D script to simply &lt;PRE&gt;text2 0, 0, AC_DrawingScale&lt;/PRE&gt;

I've defined an 'AC_DrawingScale' parameter with a default value of 'x', and the object just outputs 'x', rather than looking at the drawing scale.&lt;BR /&gt;
&lt;BR /&gt;
Looking like it can't be done...</description>
      <pubDate>Fri, 13 Jan 2017 14:39:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254564#M6562</guid>
      <dc:creator>derekjackson</dc:creator>
      <dc:date>2017-01-13T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Autotext</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254565#M6563</link>
      <description>How about placing the object in floorplan? It should be easy to pick up the scale of the floor plan view, as lots of objects use this to determine how detailed the symbol should be.&lt;BR /&gt;
&lt;BR /&gt;
Placing a simple textbox with autotext works fine in any view, that's what we use instead of drawing titles to show the drawing name.</description>
      <pubDate>Fri, 13 Jan 2017 15:42:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-Autotext/m-p/254565#M6563</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2017-01-13T15:42:51Z</dc:date>
    </item>
  </channel>
</rss>

