Hyperlink to Layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-25
01:01 PM
- last edited on
‎2023-05-09
05:23 PM
by
Noemi Balogh
- Labels:
-
Hyperlinks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-26 10:13 PM
Did you check this page : https://helpcenter.graphisoft.com/knowledgebase/54496/
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 ?
Archicad Designer and Teacher
Archicad 15 to 28 FRA FULL
OS 13 Ventura - MacBook Pro M2 max- 32Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-27 10:50 PM
TorH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-28 10:29 AM
ThorIII wrote:Ok
I will need the unique id to the document i'm linking to.
I need it too.

Archicad Designer and Teacher
Archicad 15 to 28 FRA FULL
OS 13 Ventura - MacBook Pro M2 max- 32Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-29 10:43 PM
Open the *.bimx file in a text editor (notepad works), search for "<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.
bimxapplication://show2dDocument?/hypermodel=BIMx%20Demo%20Hyper-model&layoutGuid=50DC0FB4-9F52-D947-EE34-684DB81FBE5E
<FileSystem HypermodelPath="C:\Public" PlanFile="C:\Users\lvass\OneDrive - Graphisoft SE\BIMxDemoHypermodel\BIMx Demo Hyper-model.pla"/>
</ProjectLocation>
<HyperDocument>
<Item id="A2430AB7-24A3-0D49-AE31-8137F04931CB" title="3D Model" type="3D"/>
<Item id="94188D1F-5E7E-4241-ACBC-4875D997C714" title="Animation" type="3D"/>
<Item id="812688BA-4502-4B04-860E-9B6F3371C674" title="3D graphic override" type="3D"/>
<Folder id="C12F6778-9627-4C10-88AD-1E7DACD01BAD" title="A-01 Plans">
<Item id="50DC0FB4-9F52-D947-EE34-684DB81FBE5E" title="A-01.1 Siteplan"/>
<Item id="800EF3CC-FAC6-22C8-54EE-1E5675C0E889" title="A-01.2 Basement"/>
<Item id="84F52AB0-A7D8-EF78-B35C-B1E73F579F38" title="A-01.3 Ground floor"/>
<Item id="52BDE88A-8A06-D418-A887-6D73A4554EBA" title="A-01.4 First floor"/>
<Item id="3E49F3F3-E0DF-AEC0-D1AD-B46413C3CD84" title="A-01.5 Terrace plan"/>
</Folder>
<Folder id="02567C02-8AE6-4965-BFA7-74146D94EB94" title="A-02 Sections">
<Item id="9667197F-4565-6832-B255-61865EC7DD7E" title="A-02.1 A1 Section"/>
</Folder>
<Folder id="06CB18C0-7C22-49ED-9BC5-8F9829D2B14D" title="A-03 Elevations">
<Item id="06C5732D-D599-208B-1E4E-B3727B792CE5" title="A-03.1 South Elevation"/>
<Item id="7CF35610-42A3-5DED-E542-A248B5651E24" title="A-03.2 West Elevation"/>
<Item id="B9FD27AF-ACE1-B23F-97C8-8DAB597E73BD" title="A-03.3 North Elevation"/>
<Item id="B2CA7D2C-A35A-F693-3DD1-2B427B7E3111" title="A-03.4 East Elevation"/>
</Folder>
<Folder id="36B23FE3-31DC-E14F-BFAE-1D7509F7400E" title="A-04 Visualizations">
<Item id="ACD63E22-8A95-CDC6-B9BF-A11F64B9A655" title="A-04.1 Hall"/>
<Item id="1B913172-CA76-0237-5CDD-7FD70B717F20" title="A-04.2 Dining Room"/>
</Folder>
<Folder id="588B94E8-6D57-B649-9074-890F9E80E695" title="A-05 Lists">
<Item id="DD5A5BBE-4335-8CB5-51FF-5854D996D168" title="A-05.1 Wall and Opening list"/>
<Item id="C8F8D7AD-33FA-1E3A-EB40-0287A3E896C7" title="A-05.2 Furniture list"/>
<Item id="9D5A02BE-D199-49AC-8370-2FC8B0074F7B" title="A-05.3 Sheet Index"/>
</Folder>
</HyperDocument>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-30 05:11 PM
How do you do ?
Archicad Designer and Teacher
Archicad 15 to 28 FRA FULL
OS 13 Ventura - MacBook Pro M2 max- 32Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-09-30 08:54 PM
Christophe wrote:
Notepad does not work on my computer
How do you do ?
textedit would work if you're on mac
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-02 10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-02 09:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2020-10-04 01:01 PM
greg_lupo wrote:Hello greg_lupo,
How did You manage to open .bimx as xml formated file?. I opened it and its binary.
Everything is not readable but notepad or textedit are tools capable of reading the BimX file
Archicad Designer and Teacher
Archicad 15 to 28 FRA FULL
OS 13 Ventura - MacBook Pro M2 max- 32Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin