<?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: Hyperlink to Layout in BIMx</title>
    <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283042#M718</link>
    <description>Hi, yes I know we can link into 3D, but in the BIMx API document it is shown how to link to 2D documemts aswell. And the provided example does link directly to plan view of the graphisoft demo hyperlik-modell. But to do this in my model I will need the unique id ot the document i'm linking to.&lt;BR /&gt;
&lt;BR /&gt;
TorH</description>
    <pubDate>Sun, 27 Sep 2020 20:50:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-27T20:50:23Z</dc:date>
    <item>
      <title>Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283040#M716</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Any easy solution of finding the Layout GUIDs so I can make hyperlinks directly to 2D document?&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 May 2023 15:23:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283040#M716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-09T15:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283041#M717</link>
      <description>Hello ThorIII,&lt;BR /&gt;
&lt;BR /&gt;
Did you check this page : &lt;A href="https://helpcenter.graphisoft.com/knowledgebase/54496/" target="_blank"&gt;https://helpcenter.graphisoft.com/knowledgebase/54496/&lt;/A&gt;&lt;BR /&gt;
We know we are able to create a link with an element into a 3D view but I do not think you can do it with a Layout like BimX do natively. Perhaps by BIMX API ?</description>
      <pubDate>Sat, 26 Sep 2020 20:13:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283041#M717</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-26T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283042#M718</link>
      <description>Hi, yes I know we can link into 3D, but in the BIMx API document it is shown how to link to 2D documemts aswell. And the provided example does link directly to plan view of the graphisoft demo hyperlik-modell. But to do this in my model I will need the unique id ot the document i'm linking to.&lt;BR /&gt;
&lt;BR /&gt;
TorH</description>
      <pubDate>Sun, 27 Sep 2020 20:50:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283042#M718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-27T20:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283043#M719</link>
      <description>&lt;BLOCKQUOTE&gt;ThorIII wrote:&lt;BR /&gt;
I will need the unique id to the document i'm linking to.
&lt;/BLOCKQUOTE&gt;
Ok&lt;BR /&gt;
I need it too.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 28 Sep 2020 08:29:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283043#M719</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-28T08:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283044#M720</link>
      <description>I have found a way to find the GUIDs.&lt;BR /&gt;
Open the *.bimx file in a text editor (notepad works), search for "&amp;lt;Item Id=" the GUIDs and Archicad layout name and ID can be found within the .bimx file as a xml formated text. Below is cut out from the Graphisoft Demo Hyper-model.bimx file. I made a script in autohotkey that exctracts the GUIDs and Layout names and parsing them to excel. Marked in red is the GUID for layout A-01.1 Siteplan. With this I can build a hyperlink that Opens the correct file and jumps directly to the layout.&lt;BR /&gt;
&lt;BR /&gt;
bimxapplication://show2dDocument?/hypermodel=BIMx%20Demo%20Hyper-model&amp;amp;layoutGuid=50DC0FB4-9F52-D947-EE34-684DB81FBE5E&lt;BR /&gt;
&lt;BR /&gt;
&amp;lt;FileSystem HypermodelPath="C:\Public" PlanFile="C:\Users\lvass\OneDrive - Graphisoft SE\BIMxDemoHypermodel\BIMx Demo Hyper-model.pla"/&amp;gt;&lt;BR /&gt;
	&amp;lt;/ProjectLocation&amp;gt;&lt;BR /&gt;
	&amp;lt;HyperDocument&amp;gt;&lt;BR /&gt;
		&amp;lt;Item id="A2430AB7-24A3-0D49-AE31-8137F04931CB" title="3D Model" type="3D"/&amp;gt;&lt;BR /&gt;
		&amp;lt;Item id="94188D1F-5E7E-4241-ACBC-4875D997C714" title="Animation" type="3D"/&amp;gt;&lt;BR /&gt;
		&amp;lt;Item id="812688BA-4502-4B04-860E-9B6F3371C674" title="3D graphic override" type="3D"/&amp;gt;&lt;BR /&gt;
		&amp;lt;Folder id="C12F6778-9627-4C10-88AD-1E7DACD01BAD" title="A-01 Plans"&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="&lt;FONT color="#FF0000"&gt;50DC0FB4-9F52-D947-EE34-684DB81FBE5E&lt;/FONT&gt;" title="&lt;FONT color="#FF0000"&gt;A-01.1 Siteplan&lt;/FONT&gt;"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="800EF3CC-FAC6-22C8-54EE-1E5675C0E889" title="A-01.2 Basement"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="84F52AB0-A7D8-EF78-B35C-B1E73F579F38" title="A-01.3 Ground floor"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="52BDE88A-8A06-D418-A887-6D73A4554EBA" title="A-01.4 First floor"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="3E49F3F3-E0DF-AEC0-D1AD-B46413C3CD84" title="A-01.5 Terrace plan"/&amp;gt;&lt;BR /&gt;
		&amp;lt;/Folder&amp;gt;&lt;BR /&gt;
		&amp;lt;Folder id="02567C02-8AE6-4965-BFA7-74146D94EB94" title="A-02 Sections"&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="9667197F-4565-6832-B255-61865EC7DD7E" title="A-02.1 A1 Section"/&amp;gt;&lt;BR /&gt;
		&amp;lt;/Folder&amp;gt;&lt;BR /&gt;
		&amp;lt;Folder id="06CB18C0-7C22-49ED-9BC5-8F9829D2B14D" title="A-03 Elevations"&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="06C5732D-D599-208B-1E4E-B3727B792CE5" title="A-03.1 South Elevation"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="7CF35610-42A3-5DED-E542-A248B5651E24" title="A-03.2 West Elevation"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="B9FD27AF-ACE1-B23F-97C8-8DAB597E73BD" title="A-03.3 North Elevation"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="B2CA7D2C-A35A-F693-3DD1-2B427B7E3111" title="A-03.4 East Elevation"/&amp;gt;&lt;BR /&gt;
		&amp;lt;/Folder&amp;gt;&lt;BR /&gt;
		&amp;lt;Folder id="36B23FE3-31DC-E14F-BFAE-1D7509F7400E" title="A-04 Visualizations"&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="ACD63E22-8A95-CDC6-B9BF-A11F64B9A655" title="A-04.1 Hall"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="1B913172-CA76-0237-5CDD-7FD70B717F20" title="A-04.2 Dining Room"/&amp;gt;&lt;BR /&gt;
		&amp;lt;/Folder&amp;gt;&lt;BR /&gt;
		&amp;lt;Folder id="588B94E8-6D57-B649-9074-890F9E80E695" title="A-05 Lists"&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="DD5A5BBE-4335-8CB5-51FF-5854D996D168" title="A-05.1 Wall and Opening list"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="C8F8D7AD-33FA-1E3A-EB40-0287A3E896C7" title="A-05.2 Furniture list"/&amp;gt;&lt;BR /&gt;
			&amp;lt;Item id="9D5A02BE-D199-49AC-8370-2FC8B0074F7B" title="A-05.3 Sheet Index"/&amp;gt;&lt;BR /&gt;
		&amp;lt;/Folder&amp;gt;&lt;BR /&gt;
	&amp;lt;/HyperDocument&amp;gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:43:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283044#M720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-29T20:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283045#M721</link>
      <description>Notepad does not work on my computer&lt;BR /&gt;
How do you do ?</description>
      <pubDate>Wed, 30 Sep 2020 15:11:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283045#M721</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-09-30T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283046#M722</link>
      <description>&lt;BLOCKQUOTE&gt;Christophe wrote:&lt;BR /&gt;
Notepad does not work on my computer&lt;BR /&gt;
How do you do ?
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
textedit would work if you're on mac</description>
      <pubDate>Wed, 30 Sep 2020 18:54:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283046#M722</guid>
      <dc:creator>Emre Senoglu</dc:creator>
      <dc:date>2020-09-30T18:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283047#M723</link>
      <description>How did You manage to open .bimx as xml formated file?. I opened it and its binary.</description>
      <pubDate>Fri, 02 Oct 2020 08:30:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283047#M723</guid>
      <dc:creator>greg_lupo</dc:creator>
      <dc:date>2020-10-02T08:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283048#M724</link>
      <description>Just do a search for &amp;lt;Item Id= . The xml formated text are hidden in there. Its hard to spot just by scrolling.</description>
      <pubDate>Fri, 02 Oct 2020 19:28:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283048#M724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-02T19:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283049#M725</link>
      <description>&lt;BLOCKQUOTE&gt;greg_lupo wrote:&lt;BR /&gt;
How did You manage to open .bimx as xml formated file?. I opened it and its binary.
&lt;/BLOCKQUOTE&gt;
Hello greg_lupo,&lt;BR /&gt;
&lt;BR /&gt;
Everything is not readable but notepad or textedit are tools capable of reading the BimX file</description>
      <pubDate>Sun, 04 Oct 2020 11:01:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283049#M725</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-10-04T11:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283050#M726</link>
      <description>Nice. I worked it out. Do you think it would be useful to create Grasshopper Node (or simlple commandline tool ) that creates csv/xls file from bimx with two columns: Name of Layout and Hyperlink to this Layout?&lt;BR /&gt;
What Do You think?</description>
      <pubDate>Mon, 05 Oct 2020 12:17:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283050#M726</guid>
      <dc:creator>greg_lupo</dc:creator>
      <dc:date>2020-10-05T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283051#M727</link>
      <description>&lt;BLOCKQUOTE&gt;greg_lupo wrote:&lt;BR /&gt;
Nice. I worked it out. Do you think it would be useful to create Grasshopper Node (or simlple commandline tool ) that creates csv/xls file from bimx with two columns: Name of Layout and Hyperlink to this Layout?&lt;BR /&gt;
What Do You think?
&lt;/BLOCKQUOTE&gt;

Hello greg_lupo,&lt;BR /&gt;
&lt;BR /&gt;
I personally don't feel the need.</description>
      <pubDate>Tue, 06 Oct 2020 08:40:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283051#M727</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2020-10-06T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Layout</title>
      <link>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283052#M728</link>
      <description>&lt;BLOCKQUOTE&gt;Christophe wrote:&lt;BR /&gt;
I personally don't feel the need.
&lt;/BLOCKQUOTE&gt;

Thank You Christophe. You saved my time I would easly spend for unnecessary things  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 06 Oct 2020 10:04:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/BIMx/Hyperlink-to-Layout/m-p/283052#M728</guid>
      <dc:creator>greg_lupo</dc:creator>
      <dc:date>2020-10-06T10:04:31Z</dc:date>
    </item>
  </channel>
</rss>

