<?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: Problem: how to snap to custom made object in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133662#M24816</link>
    <description>There are many ways. You did not mention if the hotspot you are talking about are in 2D or 3D, nor if you scripted the object in GDL, or just saved it from the 3D window. &lt;BR /&gt;
 &lt;BR /&gt;
As you appears a bit lost, I suspect you are not familiar with the GDL commands, so for you can be a bit hard to add  the correct HOTSPOT statements, to get the black nodes where you need them. &lt;BR /&gt;
here a workaround... (you need to re-create the object from the original 3D elements) &lt;BR /&gt;
 &lt;BR /&gt;
-- Use some very simple object to "mark" the places where you want the hotspot. For example you can use the "Sphere" object from the standard library.  &lt;BR /&gt;
-- Save the whole object, including the spheres. &lt;BR /&gt;
-- Open the new object (File/Library and Objects/Open Object) &lt;BR /&gt;
-- Go to the 3D script (using the buttons on the left) &lt;BR /&gt;
-- Browse the text, and search for the lines starting with &lt;B&gt;CALL "Sphere" &lt;/B&gt;...  &lt;BR /&gt;
-- Replace the whole command with &lt;B&gt; &lt;BR /&gt;
HOTSPOT 0,0,0, unid: unid=unid+1&lt;/B&gt;  &lt;BR /&gt;
-- Remember that the CALL command is NOT just one line. I can't check right now, but you need to delete all the lines ending with a comma (,) &lt;BR /&gt;
-- You have to replace all the CALL "sphere" commands with the HOTSPOT commands, one for each sphere object you placed. &lt;BR /&gt;
-- Save the object and check... if you are lucky it will work as you expect.&lt;BR /&gt;
&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Maybe I am been not so clear in my explanation... ask if you need more detailed instructions.</description>
    <pubDate>Thu, 14 May 2009 09:14:24 GMT</pubDate>
    <dc:creator>rocorona</dc:creator>
    <dc:date>2009-05-14T09:14:24Z</dc:date>
    <item>
      <title>Problem: how to snap to custom made object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133660#M24814</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
for the first time I have tried to make my own objects but I encountered a problem.&lt;BR /&gt;
&lt;BR /&gt;
The thing is I want to stack the objects next to each other but I can´t snap to the right places, only to the black spots and they are placed way outside the actual object.&lt;BR /&gt;
Is there someway I can control where these snap points are placed?&lt;BR /&gt;
&lt;BR /&gt;
The object is not very complicated, just simple surfaces in a space truss construction.&lt;BR /&gt;
&lt;BR /&gt;
/Sara&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 May 2009 08:48:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133660#M24814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T08:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: how to snap to custom made object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133661#M24815</link>
      <description>You will need to add a few ...  HOTSPOT2 x, y ... to your 2D script.&lt;BR /&gt;
Wher x &amp;amp; y are the co-ordinates of the points you want to be able to snap to.&lt;BR /&gt;
&lt;BR /&gt;
The same can be done in 3D with ... HOTSPOT x, y, z&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 14 May 2009 08:56:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133661#M24815</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2009-05-14T08:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: how to snap to custom made object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133662#M24816</link>
      <description>There are many ways. You did not mention if the hotspot you are talking about are in 2D or 3D, nor if you scripted the object in GDL, or just saved it from the 3D window. &lt;BR /&gt;
 &lt;BR /&gt;
As you appears a bit lost, I suspect you are not familiar with the GDL commands, so for you can be a bit hard to add  the correct HOTSPOT statements, to get the black nodes where you need them. &lt;BR /&gt;
here a workaround... (you need to re-create the object from the original 3D elements) &lt;BR /&gt;
 &lt;BR /&gt;
-- Use some very simple object to "mark" the places where you want the hotspot. For example you can use the "Sphere" object from the standard library.  &lt;BR /&gt;
-- Save the whole object, including the spheres. &lt;BR /&gt;
-- Open the new object (File/Library and Objects/Open Object) &lt;BR /&gt;
-- Go to the 3D script (using the buttons on the left) &lt;BR /&gt;
-- Browse the text, and search for the lines starting with &lt;B&gt;CALL "Sphere" &lt;/B&gt;...  &lt;BR /&gt;
-- Replace the whole command with &lt;B&gt; &lt;BR /&gt;
HOTSPOT 0,0,0, unid: unid=unid+1&lt;/B&gt;  &lt;BR /&gt;
-- Remember that the CALL command is NOT just one line. I can't check right now, but you need to delete all the lines ending with a comma (,) &lt;BR /&gt;
-- You have to replace all the CALL "sphere" commands with the HOTSPOT commands, one for each sphere object you placed. &lt;BR /&gt;
-- Save the object and check... if you are lucky it will work as you expect.&lt;BR /&gt;
&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; &lt;BR /&gt;
 &lt;BR /&gt;
Maybe I am been not so clear in my explanation... ask if you need more detailed instructions.</description>
      <pubDate>Thu, 14 May 2009 09:14:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133662#M24816</guid>
      <dc:creator>rocorona</dc:creator>
      <dc:date>2009-05-14T09:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: how to snap to custom made object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133663#M24817</link>
      <description>Thank you for the answers, I will try them out later today.&lt;BR /&gt;
You were quite right, I am a beginner at this, so I made the object in the 3D window. Scripting is unknown territory for me, but I think I will try the sphere-thing, doesn´t seem too hard...&lt;BR /&gt;
&lt;BR /&gt;
Thanks again!&lt;BR /&gt;
/Sara</description>
      <pubDate>Thu, 14 May 2009 09:27:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133663#M24817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T09:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: how to snap to custom made object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133664#M24818</link>
      <description>&lt;BLOCKQUOTE&gt;Sara wrote:&lt;BR /&gt;Thank you for the answers, I will try them out later today.&lt;BR /&gt;
You were quite right, I am a beginner at this, so I made the object in the 3D window. Scripting is unknown territory for me, but I think I will try the sphere-thing, doesn´t seem too hard...&lt;BR /&gt;
&lt;BR /&gt;
Thanks again!&lt;BR /&gt;
/Sara&lt;/BLOCKQUOTE&gt;

For the 2D symbol, simply edit the drawing deleting the "sphere" lines and adding the Hotspot from the ArchiCAD toolbar, where you need them. &lt;BR /&gt;
&lt;BR /&gt;
To get rid of the 4 far hotspots (+ the center one) automatically placed by the program, hit the "Details" button on top of the editing main window (click on "Parameters", if you don't see it) and deselect the "Boundary hotspots" option.</description>
      <pubDate>Thu, 14 May 2009 12:24:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133664#M24818</guid>
      <dc:creator>rocorona</dc:creator>
      <dc:date>2009-05-14T12:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: how to snap to custom made object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133665#M24819</link>
      <description>Everything worked out great!&lt;BR /&gt;
&lt;BR /&gt;
Thank you again for the quick answers, now I won´t miss my deadline because of this...&lt;BR /&gt;
&lt;BR /&gt;
/Sara</description>
      <pubDate>Thu, 14 May 2009 18:54:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133665#M24819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T18:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: how to snap to custom made object</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133666#M24820</link>
      <description>Sara&lt;BR /&gt;
&lt;BR /&gt;
Are you talking about stacking things in 3D or placing next to each other on plan? If it's just 2D, read on...&lt;BR /&gt;
&lt;BR /&gt;
I know nothing about GDL scripting so the pro's might correct me here, but if I create an object from elements in the 3D window, I just open the object and physically add hotspots with the hotspot tool in the 2D Symbol window. &lt;BR /&gt;
&lt;BR /&gt;
HTH</description>
      <pubDate>Thu, 14 May 2009 20:43:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Problem-how-to-snap-to-custom-made-object/m-p/133666#M24820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T20:43:39Z</dc:date>
    </item>
  </channel>
</rss>

