<?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: Location of text changes when scale of drawing increases in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289480#M1748</link>
    <description>Thank you for your reply.&lt;BR /&gt;
&lt;BR /&gt;
I really spaced it on this one. I was thinking the distance between the Line and text was growing but you are correct it is the same distance apart, it just looks like it is increasing due to the scale. So that being said I think what I need to do is the offset distance needs to decrease as the scale goes up. So at 1/4" scale the offset distance is 2" but at 3" scale the offset distance needs to be more like 1/8". Doing this will make the line and text appear to have the same relationship between each other. &lt;BR /&gt;
&lt;BR /&gt;
Any idea how I can do this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your help.</description>
    <pubDate>Tue, 28 Jan 2020 18:07:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-28T18:07:00Z</dc:date>
    <item>
      <title>Location of text changes when scale of drawing increases</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289478#M1746</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I created a basic object so my question is better understood and hopefully I can get some help on this.&lt;BR /&gt;
&lt;BR /&gt;
I have a 2d line with text above it. The distance between the two is 2". That works great using 1/4" = 1'-0" scale but once I change the scale to 3" = 1'-0" the distance between the text and the line increases a lot.&lt;BR /&gt;
&lt;BR /&gt;
What do I need to do to keep the text the same distance from the line no matter what scale my drawing is.&lt;BR /&gt;
&lt;BR /&gt;
This is what I have for a basic script.&lt;BR /&gt;
&lt;BR /&gt;
line2               0,            -2",            18", -2"&lt;BR /&gt;
&lt;BR /&gt;
define style{2}    "AC_STYLE_1" "Arial", 7 * (25.4 / 72),      1&lt;BR /&gt;
paragraph		"AC_PRG_2"      1,            0,            0,            0,            1&lt;BR /&gt;
    set style "AC_STYLE_1"&lt;BR /&gt;
        "Label"&lt;BR /&gt;
endparagraph&lt;BR /&gt;
textblock		"AC_TEXTBLOCK_2"            0,      7,            0,            1,            1,            1, &lt;BR /&gt;
        "AC_PRG_2"&lt;BR /&gt;
richtext2		      0, 0, "AC_TEXTBLOCK_2"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your help.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Jan 2020 16:39:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289478#M1746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-23T16:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Location of text changes when scale of drawing increases</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289479#M1747</link>
      <description>&lt;B&gt;STYLE&lt;/B&gt; will scale when you change your view scale. So, scale your line by &lt;B&gt;GLOB_SCALE&lt;/B&gt;.&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;LINE2 0, -2"*GLOB_SCALE, 18"*GLOB_SCALE, -2"*GLOB_SCALE

or

MUL2 GLOB_SCALE, GLOB_SCALE
LINE2 0, -2" 18", -2"
DEL 1&lt;/PRE&gt;

&lt;BR /&gt;
In your current object,  the distance between the text and the line is not actually increasing, it is just your text getting smaller...</description>
      <pubDate>Tue, 28 Jan 2020 01:55:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289479#M1747</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-01-28T01:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Location of text changes when scale of drawing increases</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289480#M1748</link>
      <description>Thank you for your reply.&lt;BR /&gt;
&lt;BR /&gt;
I really spaced it on this one. I was thinking the distance between the Line and text was growing but you are correct it is the same distance apart, it just looks like it is increasing due to the scale. So that being said I think what I need to do is the offset distance needs to decrease as the scale goes up. So at 1/4" scale the offset distance is 2" but at 3" scale the offset distance needs to be more like 1/8". Doing this will make the line and text appear to have the same relationship between each other. &lt;BR /&gt;
&lt;BR /&gt;
Any idea how I can do this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your help.</description>
      <pubDate>Tue, 28 Jan 2020 18:07:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289480#M1748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-28T18:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Location of text changes when scale of drawing increases</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289481#M1749</link>
      <description>ie. Your text and line are independent of the drawings scale.&lt;BR /&gt;
&lt;BR /&gt;
Use the code from my last post. When you halve your scale, you will halve the line and it's spacing. The second option is better as it will scale everything after the &lt;B&gt;MUL&lt;/B&gt; as well until you end if with a &lt;B&gt;DEL&lt;/B&gt;.</description>
      <pubDate>Wed, 29 Jan 2020 01:27:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289481#M1749</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2020-01-29T01:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Location of text changes when scale of drawing increases</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289482#M1750</link>
      <description>Thanks again Lingwisyer for your reply.</description>
      <pubDate>Fri, 31 Jan 2020 21:24:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Location-of-text-changes-when-scale-of-drawing-increases/m-p/289482#M1750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-31T21:24:13Z</dc:date>
    </item>
  </channel>
</rss>

