<?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: Drawing Scale to TITLE OBJECT in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225049#M5405</link>
    <description>... so for now, i am just typing in the FACTOR (into a manual parameter) so it works, but potential for coordination looms large.</description>
    <pubDate>Wed, 30 Aug 2017 17:39:52 GMT</pubDate>
    <dc:creator>vfrontiers</dc:creator>
    <dc:date>2017-08-30T17:39:52Z</dc:date>
    <item>
      <title>Drawing Scale to TITLE OBJECT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225046#M5402</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I cannot find the glob parameter that tells my TITLE OBJECT what scale the DRAWING it is linked to is...&lt;BR /&gt;
&lt;BR /&gt;
AC_DrawingSCALE seems to be the STRING form, but I need the number form that will allow me to code my own GRAPHIC SCALE into a title object.&lt;BR /&gt;
&lt;BR /&gt;
GLOB_SCALE is the scale of the TITLE OBJECT itself (1:1)&lt;BR /&gt;
&lt;BR /&gt;
I see in GS's code for their graphic scale some gyrations of IF TextScale = 'X" then the the NumberScale = "Y"... really?&lt;BR /&gt;
&lt;BR /&gt;
Anyone?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Aug 2017 17:05:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225046#M5402</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2017-08-29T17:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Scale to TITLE OBJECT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225047#M5403</link>
      <description>hhhhhmmmm,&lt;BR /&gt;
interesting problem&lt;BR /&gt;
&lt;BR /&gt;
have you tried.....&lt;BR /&gt;
&lt;BR /&gt;
Scale_Text_Line = AC_DrawingScale&lt;BR /&gt;
nn = SPLIT (Scale_Text_Line, "%n:%n", num1, colon2,num3)&lt;BR /&gt;
if nn &amp;gt; 0 then&lt;BR /&gt;
	text2 0,0, num3&lt;BR /&gt;
	if num3 &amp;gt; 50  then &lt;BR /&gt;
		text2 0,0.005, "Greater than 1 to 50"&lt;BR /&gt;
	endif&lt;BR /&gt;
endif</description>
      <pubDate>Wed, 30 Aug 2017 04:47:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225047#M5403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-30T04:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Scale to TITLE OBJECT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225048#M5404</link>
      <description>So... I've wasted enough time on this... unfortunately the AC_drawingScale is formatted the same as the old &amp;lt;drawingscale&amp;gt;.. so it returns a value like...&lt;BR /&gt;
&lt;BR /&gt;
1/4" = 1'-0"&lt;BR /&gt;
&lt;BR /&gt;
Using an extrapolated version of your SPLIT, I can get the num1 to equal the 1/4", but can't use it in an equation (so I can't multiply it by metric conversion, etc)...&lt;BR /&gt;
&lt;BR /&gt;
Also, If have a scale that's ENGINEERING, I have to reverse SPLIT and use the Num3...&lt;BR /&gt;
&lt;BR /&gt;
Seems like ArchiCAD knows what this number is (as a pure multiplier (1:48))... so it just shouldn't be this tough...&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the direction... but I still can't make it work.</description>
      <pubDate>Wed, 30 Aug 2017 17:38:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225048#M5404</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2017-08-30T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing Scale to TITLE OBJECT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225049#M5405</link>
      <description>... so for now, i am just typing in the FACTOR (into a manual parameter) so it works, but potential for coordination looms large.</description>
      <pubDate>Wed, 30 Aug 2017 17:39:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Drawing-Scale-to-TITLE-OBJECT/m-p/225049#M5405</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2017-08-30T17:39:52Z</dc:date>
    </item>
  </channel>
</rss>

