<?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: Section/ELevation maker w/ 4 arrows in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Section-ELevation-maker-w-4-arrows/m-p/61175#M37607</link>
    <description>&lt;BLOCKQUOTE&gt;Michele wrote:&lt;BR /&gt;I decided to add text to an existing section elevation tag but when I add this code to the object, I can't move the text. I think it's because the option isn't there on the right click. The stretch command is available on other object but not on the section elevation. Is ther anyway I can add it or get me text to be movable some other way? Thanks, &lt;BR /&gt;
 &lt;BR /&gt;
Michele &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
DEFINE STYLE STYLE_1 "Arial", 35 * MIN (a, b), 7, 0 &lt;BR /&gt;
STYLE STYLE_1 &lt;BR /&gt;
PEN cpen &lt;BR /&gt;
rot2 -symb_rotangle!!This rotate text to follow object &lt;BR /&gt;
unID = 1 &lt;BR /&gt;
 &lt;BR /&gt;
HOTSPOT2 0, dd_y,unID, dd_x,1+128 : unID=unID+1!!!THis is moveable hotspot placement &lt;BR /&gt;
HOTSPOT2 -1, dd_y,unID, dd_x,3 : unID=unID+1 &lt;BR /&gt;
HOTSPOT2 dd_x,dd_y,unID, dd_x,2 : unID=unID+1 &lt;BR /&gt;
 &lt;BR /&gt;
HOTSPOT2 dd_x, 0,unID, dd_y,1+128 : unID=unID+1 &lt;BR /&gt;
HOTSPOT2 dd_x, -1,unID, dd_y,3 : unID=unID+1 &lt;BR /&gt;
HOTSPOT2 dd_x,dd_y,unID, dd_y,2 : unID=unID+1 &lt;BR /&gt;
 &lt;BR /&gt;
ADD2 dd_x, dd_y &lt;BR /&gt;
TEXT2 0", 0",(more_text)!!the 0",0" is text hotspot placement &lt;BR /&gt;
DEL 2&lt;/BLOCKQUOTE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Michele: &lt;BR /&gt;
The &lt;FONT color="blue"&gt;dd_x&lt;/FONT&gt; and &lt;FONT color="blue"&gt;dd_x&lt;/FONT&gt; in your copied code refer to the parameter variable names (see GDL Reference Guide page 131). My guess is that the part you copied from has these parameters, but your modified part does not. You could try adding these parameters to your modified part, but there might be other problems (we are just looking at snippets here). &lt;BR /&gt;
 &lt;BR /&gt;
Hope this helps. &lt;BR /&gt;
 &lt;BR /&gt;
David</description>
    <pubDate>Thu, 28 Apr 2005 12:25:15 GMT</pubDate>
    <dc:creator>David Maudlin</dc:creator>
    <dc:date>2005-04-28T12:25:15Z</dc:date>
    <item>
      <title>Section/ELevation maker w/ 4 arrows</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Section-ELevation-maker-w-4-arrows/m-p/61173#M37605</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;We use the section elevation tool for our interior elevations. We use the elevation marker in floor plan so it looks like an interior elevation tag instead of a section marker. Some rooms are very small like toilet rooms and we need 2 arrows instead of just one. Does Archicad have an object we can choose that allows for this? We also want the tag to automatically to put the number in from plotmaker and to scale appropriately. We would aim the section elevation to the first interior elevation and then put in extra interior elevations that wouldn't show up in plan. THis way the interior elvation on the floor plan would be correct and we would just have one long interior elvation in plotmaker made up of the 2 or 3 or 4 elevations. THe ELEVATION MARKER object looks like it would work but it doesn't scale itself in version 9. What code should I add to make it scalable? I hope it's just code I need to add!!&lt;BR /&gt;
&lt;BR /&gt;
Thanks, &lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Apr 2005 15:15:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Section-ELevation-maker-w-4-arrows/m-p/61173#M37605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-12T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section/ELevation maker w/ 4 arrows</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Section-ELevation-maker-w-4-arrows/m-p/61174#M37606</link>
      <description>I decided to add text to an existing section elevation tag but when I add this code to the object, I can't move the text. I think it's because the option isn't there on the right click. The stretch command is available on other object but not on the section elevation. Is ther anyway I can add it or get me text to be movable some other way? Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Michele&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
DEFINE STYLE STYLE_1 "Arial", 35 * MIN (a, b), 7, 0&lt;BR /&gt;
STYLE STYLE_1&lt;BR /&gt;
PEN cpen&lt;BR /&gt;
rot2 -symb_rotangle!!This rotate text to follow object&lt;BR /&gt;
unID = 1&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT2 0, dd_y,unID, dd_x,1+128 : unID=unID+1!!!THis is moveable hotspot placement&lt;BR /&gt;
HOTSPOT2 -1, dd_y,unID, dd_x,3 : unID=unID+1&lt;BR /&gt;
HOTSPOT2 dd_x,dd_y,unID, dd_x,2 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT2 dd_x, 0,unID, dd_y,1+128 : unID=unID+1&lt;BR /&gt;
HOTSPOT2 dd_x, -1,unID, dd_y,3 : unID=unID+1&lt;BR /&gt;
HOTSPOT2 dd_x,dd_y,unID, dd_y,2 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
ADD2 dd_x, dd_y&lt;BR /&gt;
TEXT2 0", 0",(more_text)!!the 0",0" is text hotspot placement&lt;BR /&gt;
DEL 2</description>
      <pubDate>Tue, 26 Apr 2005 16:12:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Section-ELevation-maker-w-4-arrows/m-p/61174#M37606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-04-26T16:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Section/ELevation maker w/ 4 arrows</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Section-ELevation-maker-w-4-arrows/m-p/61175#M37607</link>
      <description>&lt;BLOCKQUOTE&gt;Michele wrote:&lt;BR /&gt;I decided to add text to an existing section elevation tag but when I add this code to the object, I can't move the text. I think it's because the option isn't there on the right click. The stretch command is available on other object but not on the section elevation. Is ther anyway I can add it or get me text to be movable some other way? Thanks, &lt;BR /&gt;
 &lt;BR /&gt;
Michele &lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
DEFINE STYLE STYLE_1 "Arial", 35 * MIN (a, b), 7, 0 &lt;BR /&gt;
STYLE STYLE_1 &lt;BR /&gt;
PEN cpen &lt;BR /&gt;
rot2 -symb_rotangle!!This rotate text to follow object &lt;BR /&gt;
unID = 1 &lt;BR /&gt;
 &lt;BR /&gt;
HOTSPOT2 0, dd_y,unID, dd_x,1+128 : unID=unID+1!!!THis is moveable hotspot placement &lt;BR /&gt;
HOTSPOT2 -1, dd_y,unID, dd_x,3 : unID=unID+1 &lt;BR /&gt;
HOTSPOT2 dd_x,dd_y,unID, dd_x,2 : unID=unID+1 &lt;BR /&gt;
 &lt;BR /&gt;
HOTSPOT2 dd_x, 0,unID, dd_y,1+128 : unID=unID+1 &lt;BR /&gt;
HOTSPOT2 dd_x, -1,unID, dd_y,3 : unID=unID+1 &lt;BR /&gt;
HOTSPOT2 dd_x,dd_y,unID, dd_y,2 : unID=unID+1 &lt;BR /&gt;
 &lt;BR /&gt;
ADD2 dd_x, dd_y &lt;BR /&gt;
TEXT2 0", 0",(more_text)!!the 0",0" is text hotspot placement &lt;BR /&gt;
DEL 2&lt;/BLOCKQUOTE&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Michele: &lt;BR /&gt;
The &lt;FONT color="blue"&gt;dd_x&lt;/FONT&gt; and &lt;FONT color="blue"&gt;dd_x&lt;/FONT&gt; in your copied code refer to the parameter variable names (see GDL Reference Guide page 131). My guess is that the part you copied from has these parameters, but your modified part does not. You could try adding these parameters to your modified part, but there might be other problems (we are just looking at snippets here). &lt;BR /&gt;
 &lt;BR /&gt;
Hope this helps. &lt;BR /&gt;
 &lt;BR /&gt;
David</description>
      <pubDate>Thu, 28 Apr 2005 12:25:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Section-ELevation-maker-w-4-arrows/m-p/61175#M37607</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2005-04-28T12:25:15Z</dc:date>
    </item>
  </channel>
</rss>

