<?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: Room Sizes in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19199#M9225</link>
    <description>&lt;FONT color="#009aff"&gt;Thanx for your reply John&lt;BR /&gt;
&lt;BR /&gt;
I found the v7 room dim, renamed and copied into v8.1, but it has taken on the latest attributes.  I've attached a copy of the script file as mentioned.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pen cpn&lt;BR /&gt;
&lt;BR /&gt;
x=str(a,6,2)&lt;BR /&gt;
y=str(b,6,2)&lt;BR /&gt;
area=str(a*b,6,2)&lt;BR /&gt;
define style "MSD1" fontType, fontSize,orientation,0&lt;BR /&gt;
set style "MSD1"&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
hotspot2 0,b&lt;BR /&gt;
hotspot2 a,0&lt;BR /&gt;
hotspot2 a,b&lt;BR /&gt;
hotspot2 a/2,b/2&lt;BR /&gt;
dd=-(fontSize/8)&lt;BR /&gt;
if orientation=1 then&lt;BR /&gt;
    L=0&lt;BR /&gt;
    H=b&lt;BR /&gt;
    else&lt;BR /&gt;
        if orientation=2 then&lt;BR /&gt;
        L=a/2&lt;BR /&gt;
        H=b&lt;BR /&gt;
&lt;BR /&gt;
Thanx again!&lt;/FONT&gt;</description>
    <pubDate>Mon, 20 Sep 2004 03:12:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-09-20T03:12:00Z</dc:date>
    <item>
      <title>Room Sizes</title>
      <link>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19197#M9223</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Previously, in version 7.0 under:-&lt;BR /&gt;
&lt;BR /&gt;
AUS Essential Library&lt;BR /&gt;
Drawing Symbols&lt;BR /&gt;
Room Dim&lt;BR /&gt;
&lt;BR /&gt;
the default was&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#0076ff"&gt;&lt;B&gt;eg: 2.31 x 2.01&lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
Now in version 8.1&lt;BR /&gt;
&lt;BR /&gt;
the default is&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#006dff"&gt;&lt;B&gt;eg: max width 2.31m&lt;BR /&gt;
      max depth 2.01m&lt;BR /&gt;
      max area 4.65 sq m&lt;/B&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
There doesn't seem to be any option to change back to the version 7.0 format.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions?&lt;BR /&gt;
&lt;BR /&gt;
Also, how do you activate the custom settings?&lt;BR /&gt;
&lt;BR /&gt;
Thanx&lt;BR /&gt;
&lt;BR /&gt;
_____________________________________________&lt;BR /&gt;
&lt;BR /&gt;
ArchiCAD 8.1 R2 AUS/Win XP Pro/Pentium 4/3.2gig/512 ram&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Sep 2004 08:07:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19197#M9223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-17T08:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Room Sizes</title>
      <link>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19198#M9224</link>
      <description>Jane, Without hacking the script there are no parameter options for that file.&lt;BR /&gt;
&lt;BR /&gt;
The simplest solution is to find the old version and make a copy and give it a new unique name. Make sure it has .gsm at the end and it should work as it did previously. If it doesnt then post here and I can show you what to change in the GDL scipt to teh 8.1 version getting working as it was previously.</description>
      <pubDate>Fri, 17 Sep 2004 09:07:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19198#M9224</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2004-09-17T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Room Sizes</title>
      <link>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19199#M9225</link>
      <description>&lt;FONT color="#009aff"&gt;Thanx for your reply John&lt;BR /&gt;
&lt;BR /&gt;
I found the v7 room dim, renamed and copied into v8.1, but it has taken on the latest attributes.  I've attached a copy of the script file as mentioned.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pen cpn&lt;BR /&gt;
&lt;BR /&gt;
x=str(a,6,2)&lt;BR /&gt;
y=str(b,6,2)&lt;BR /&gt;
area=str(a*b,6,2)&lt;BR /&gt;
define style "MSD1" fontType, fontSize,orientation,0&lt;BR /&gt;
set style "MSD1"&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
hotspot2 0,b&lt;BR /&gt;
hotspot2 a,0&lt;BR /&gt;
hotspot2 a,b&lt;BR /&gt;
hotspot2 a/2,b/2&lt;BR /&gt;
dd=-(fontSize/8)&lt;BR /&gt;
if orientation=1 then&lt;BR /&gt;
    L=0&lt;BR /&gt;
    H=b&lt;BR /&gt;
    else&lt;BR /&gt;
        if orientation=2 then&lt;BR /&gt;
        L=a/2&lt;BR /&gt;
        H=b&lt;BR /&gt;
&lt;BR /&gt;
Thanx again!&lt;/FONT&gt;</description>
      <pubDate>Mon, 20 Sep 2004 03:12:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19199#M9225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-20T03:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Room Sizes</title>
      <link>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19200#M9226</link>
      <description>&lt;BLOCKQUOTE&gt;Aussie wrote:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pen cpn&lt;BR /&gt;
&lt;BR /&gt;
x=str(a,6,2)&lt;BR /&gt;
y=str(b,6,2)&lt;BR /&gt;
area=str(a*b,6,2)&lt;BR /&gt;
define style "MSD1" fontType, fontSize,orientation,0&lt;BR /&gt;
set style "MSD1"&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
hotspot2 0,b&lt;BR /&gt;
hotspot2 a,0&lt;BR /&gt;
hotspot2 a,b&lt;BR /&gt;
hotspot2 a/2,b/2&lt;BR /&gt;
dd=-(fontSize/8)&lt;BR /&gt;
if orientation=1 then&lt;BR /&gt;
    L=0&lt;BR /&gt;
    H=b&lt;BR /&gt;
    else&lt;BR /&gt;
        if orientation=2 then&lt;BR /&gt;
        L=a/2&lt;BR /&gt;
        H=b&lt;BR /&gt;
&lt;BR /&gt;
Thanx again!&lt;/BLOCKQUOTE&gt;

Jane there appears to be some of the script missing from what you have pasted here. There should be lines starting with  somethng like &lt;BR /&gt;
&lt;BR /&gt;
Text2 0,0,"area"</description>
      <pubDate>Mon, 20 Sep 2004 03:20:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19200#M9226</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2004-09-20T03:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Room Sizes</title>
      <link>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19201#M9227</link>
      <description>John&lt;BR /&gt;
&lt;BR /&gt;
I've copy clipped again, there was some missing at the end.&lt;BR /&gt;
&lt;BR /&gt;
Ta&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pen cpn&lt;BR /&gt;
&lt;BR /&gt;
x=str(a,6,2)&lt;BR /&gt;
y=str(b,6,2)&lt;BR /&gt;
area=str(a*b,6,2)&lt;BR /&gt;
define style "MSD1" fontType, fontSize,orientation,0&lt;BR /&gt;
set style "MSD1"&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
hotspot2 0,b&lt;BR /&gt;
hotspot2 a,0&lt;BR /&gt;
hotspot2 a,b&lt;BR /&gt;
hotspot2 a/2,b/2&lt;BR /&gt;
dd=-(fontSize/8)&lt;BR /&gt;
if orientation=1 then&lt;BR /&gt;
    L=0&lt;BR /&gt;
    H=b&lt;BR /&gt;
    else&lt;BR /&gt;
        if orientation=2 then&lt;BR /&gt;
        L=a/2&lt;BR /&gt;
        H=b&lt;BR /&gt;
        else&lt;BR /&gt;
            if orientation=3 then&lt;BR /&gt;
            L=a&lt;BR /&gt;
            H=b&lt;BR /&gt;
            else&lt;BR /&gt;
                if orientation=4 then&lt;BR /&gt;
                L=0&lt;BR /&gt;
                H=b/2&lt;BR /&gt;
                else&lt;BR /&gt;
                    if orientation=5 then&lt;BR /&gt;
                    L=a/2&lt;BR /&gt;
                    H=b/2&lt;BR /&gt;
                    else&lt;BR /&gt;
                        if orientation=6 then&lt;BR /&gt;
                        L=a&lt;BR /&gt;
                        H=b/2&lt;BR /&gt;
                        else&lt;BR /&gt;
                            if orientation=7 then&lt;BR /&gt;
                            L=0&lt;BR /&gt;
                            H=((fontSize/4))&lt;BR /&gt;
                            else&lt;BR /&gt;
                                if orientation=8 then&lt;BR /&gt;
                                L=a/2&lt;BR /&gt;
                                H=((fontSize/4))&lt;BR /&gt;
                                else&lt;BR /&gt;
                                    if orientation=9 then&lt;BR /&gt;
                                    L=a&lt;BR /&gt;
                                    H=((fontSize/4))&lt;BR /&gt;
                                    endif&lt;BR /&gt;
                            endif&lt;BR /&gt;
                        endif&lt;BR /&gt;
                    endif&lt;BR /&gt;
                endif&lt;BR /&gt;
            endif&lt;BR /&gt;
        endif&lt;BR /&gt;
    endif&lt;BR /&gt;
endif&lt;BR /&gt;
text2 L,H,"max width "+x+" m"&lt;BR /&gt;
add2 0,dd&lt;BR /&gt;
text2 L,H,"max depth "+y+" m"&lt;BR /&gt;
add2 0,-(fontSize/8)&lt;BR /&gt;
text2 L,H,"max area "+area+" sq m"&lt;BR /&gt;
del top&lt;BR /&gt;
&lt;BR /&gt;
line2 0,0,0,tick&lt;BR /&gt;
line2 0,0,tick,0&lt;BR /&gt;
&lt;BR /&gt;
line2 a,0,a,tick&lt;BR /&gt;
line2 a,0,a-tick,0&lt;BR /&gt;
&lt;BR /&gt;
line2 0,b,0,b-tick&lt;BR /&gt;
line2 0,b,tick,b&lt;BR /&gt;
&lt;BR /&gt;
line2 a,b,a,b-tick&lt;BR /&gt;
line2 a,b,a-tick,b&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
if bpn&amp;lt;&amp;gt;0 then&lt;BR /&gt;
&lt;BR /&gt;
fill bft&lt;BR /&gt;
&lt;BR /&gt;
poly2_b 5,2,bpn,91,&lt;BR /&gt;
0,0,1,&lt;BR /&gt;
a,0,1,&lt;BR /&gt;
a,b,1,&lt;BR /&gt;
0,b,1,&lt;BR /&gt;
0,0,-1&lt;BR /&gt;
&lt;BR /&gt;
endif</description>
      <pubDate>Mon, 20 Sep 2004 03:36:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19201#M9227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-20T03:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Room Sizes</title>
      <link>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19202#M9228</link>
      <description>substitute&lt;BR /&gt;
&lt;BR /&gt;
text2 L,H,"max width "+x+" m" &lt;BR /&gt;
add2 0,dd &lt;BR /&gt;
text2 L,H,"max depth "+y+" m" &lt;BR /&gt;
add2 0,-(fontSize/ &lt;BR /&gt;
text2 L,H,"max area "+area+" sq m" &lt;BR /&gt;
del top&lt;BR /&gt;
&lt;BR /&gt;
with&lt;BR /&gt;
&lt;BR /&gt;
text2 L,H,y+"x"+x+" m" &lt;BR /&gt;
!text2 L,H,"max width "+x+" m" &lt;BR /&gt;
!add2 0,dd &lt;BR /&gt;
!text2 L,H,"max depth "+y+" m" &lt;BR /&gt;
!add2 0,-(fontSize/ &lt;BR /&gt;
!text2 L,H,"max area "+area+" sq m" &lt;BR /&gt;
!del top&lt;BR /&gt;
&lt;BR /&gt;
I think that will do it. I didnt delete the old reference but put an exclamation mark at the begining to make it a "comment" and not part of the script&lt;BR /&gt;
&lt;BR /&gt;
If you want to get adventurous:&lt;BR /&gt;
 In the parameter you could make a new parameter (check box style). Name the variable (on left) "simple". Use this script insteadd of the opthers and you can toggle the two options.&lt;BR /&gt;
&lt;BR /&gt;
if simple =1 then&lt;BR /&gt;
text2 L,H,y+"x"+x+" m"&lt;BR /&gt;
else&lt;BR /&gt;
text2 L,H,"max width "+x+" m" &lt;BR /&gt;
add2 0,dd &lt;BR /&gt;
text2 L,H,"max depth "+y+" m" &lt;BR /&gt;
add2 0,-(fontSize/ &lt;BR /&gt;
text2 L,H,"max area "+area+" sq m" &lt;BR /&gt;
del top&lt;BR /&gt;
endif</description>
      <pubDate>Mon, 20 Sep 2004 04:29:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Room-Sizes/m-p/19202#M9228</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2004-09-20T04:29:35Z</dc:date>
    </item>
  </channel>
</rss>

