<?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: Help with GLOB_CONTEXT in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Help-with-GLOB-CONTEXT/m-p/201347#M14469</link>
    <description>Yeah, you're right, Thanks a lot.</description>
    <pubDate>Sun, 07 Oct 2012 16:43:09 GMT</pubDate>
    <dc:creator>Cosminn</dc:creator>
    <dc:date>2012-10-07T16:43:09Z</dc:date>
    <item>
      <title>Help with GLOB_CONTEXT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help-with-GLOB-CONTEXT/m-p/201345#M14467</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello everyone, i have a problem with this script, i want to create one rectangle in the floor plan but i need just a line in teh list, the problem is i can't control the hotspot from the floor plan, please help me &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;. &lt;BR /&gt;
This is the 2D script:&lt;BR /&gt;
&lt;BR /&gt;
If GLOB_CONTEXT = 2 Then&lt;BR /&gt;
	rect2 0,0,poz1,poz1&lt;BR /&gt;
	HOTSPOT2 0,0, unID, poz1, 1+256 ,poz1 : unID=unID+1&lt;BR /&gt;
	HOTSPOT2 poz1,0, unID, poz1, 2 ,poz1 : unID=unID+1&lt;BR /&gt;
	HOTSPOT2 -0.1,0, unID, poz1, 3 ,poz1 : unID=unID+1&lt;BR /&gt;
ENDIF &lt;BR /&gt;
&lt;BR /&gt;
If GLOB_CONTEXT =6 Then&lt;BR /&gt;
	Line2 0,0,poz1,0&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
P.S. poz1 is a variable / type- distance&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 07 Oct 2012 06:40:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help-with-GLOB-CONTEXT/m-p/201345#M14467</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2012-10-07T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GLOB_CONTEXT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help-with-GLOB-CONTEXT/m-p/201346#M14468</link>
      <description>the hotspotediting doesn't works if GLOB_CONTEXT = 2&lt;BR /&gt;
&lt;BR /&gt;
use this eg.:&lt;BR /&gt;
&lt;BR /&gt;
unID = 1&lt;BR /&gt;
if GLOB_CONTEXT = 6 then &lt;BR /&gt;
	line2 0,0,poz1,0 &lt;BR /&gt;
else&lt;BR /&gt;
	rect2 0,0,poz1,poz1 &lt;BR /&gt;
	hotspot2 0,0, unID, poz1, 1+256 ,poz1 : unID=unID+1 &lt;BR /&gt;
	hotspot2 poz1,0, unID, poz1, 2 ,poz1 : unID=unID+1 &lt;BR /&gt;
	hotspot2 -0.1,0, unID, poz1, 3 ,poz1 : unID=unID+1 &lt;BR /&gt;
endif</description>
      <pubDate>Sun, 07 Oct 2012 09:19:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help-with-GLOB-CONTEXT/m-p/201346#M14468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-07T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with GLOB_CONTEXT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help-with-GLOB-CONTEXT/m-p/201347#M14469</link>
      <description>Yeah, you're right, Thanks a lot.</description>
      <pubDate>Sun, 07 Oct 2012 16:43:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help-with-GLOB-CONTEXT/m-p/201347#M14469</guid>
      <dc:creator>Cosminn</dc:creator>
      <dc:date>2012-10-07T16:43:09Z</dc:date>
    </item>
  </channel>
</rss>

